Re: Win32::API v0.52 released to CPAN

2008-03-03 Thread Christopher J. Madsen
On Mon, March 3, 2008 10:11 am, Cosimo Streppone wrote: > What is the actual kind-of "state-of-the-art" on this? > I mean EU::MM vs. Module::Build? > > I'd like to support as many old systems as possible, > without going into ridiculously old ones (5.005, for example), > and I've had unpleasant exp

RE: Win32::API v0.52 released to CPAN

2008-03-03 Thread Jan Dubois
On Mon, 03 Mar 2008, Cosimo Streppone wrote: > I think it's interesting, but what really puzzles me is how I managed > to screw up the META.yml that many times before understanding that > EU::MM was breaking it just before a `make dist' :( Yes, happened to me too a while ago. The minimal Makefile

Re: Win32::API v0.52 released to CPAN

2008-03-03 Thread David Golden
On Mon, Mar 3, 2008 at 11:11 AM, Cosimo Streppone <[EMAIL PROTECTED]> wrote: > I'm thinking of going the simple way and die-ing manually. > Anyway, is it correct that die-ing with "OS unsupported" > then causes cpan-testers "NA" results? Yes -- that's correct. You need that exact phrase in you

Re: Win32::API v0.52 released to CPAN

2008-03-03 Thread Cosimo Streppone
Jan Dubois wrote: On Mon, 03 Mar 2008, David Golden wrote: On Mon, Mar 3, 2008 at 10:25 AM, Jan Dubois <[EMAIL PROTECTED]> wrote: However, I think using Devel::AssertOS is really overkill for this purpose. I just use the following code in most Win32::* modules: unless ($^O eq "MSWin32"

RE: Win32::API v0.52 released to CPAN

2008-03-03 Thread Jan Dubois
On Mon, 03 Mar 2008, David Golden wrote: > On Mon, Mar 3, 2008 at 10:25 AM, Jan Dubois <[EMAIL PROTECTED]> wrote: > > However, I think using Devel::AssertOS is really overkill for this purpose. > > I just use the following code in most Win32::* modules: > > > > unless ($^O eq "MSWin32" || $^O

Re: Win32::API v0.52 released to CPAN

2008-03-03 Thread David Golden
On Mon, Mar 3, 2008 at 10:25 AM, Jan Dubois <[EMAIL PROTECTED]> wrote: > However, I think using Devel::AssertOS is really overkill for this purpose. > I just use the following code in most Win32::* modules: > > unless ($^O eq "MSWin32" || $^O eq "cygwin") { > die "OS unsupported\n"; >

RE: Win32::API v0.52 released to CPAN

2008-03-03 Thread Jan Dubois
On Sat, 01 Mar 2008, Cosimo Streppone wrote: > Latest changes > -- > > 2008-03-01 Win32::API v0.52 Cosimo > > - Devel::AssertOS was not properly set up in 0.51. > > 2008-03-01 Win32::API v0.51 Cosimo > > - Cleaned up API.pm pod docs and clearly stated Win32::API li

RE: Win32::API v0.52 released to CPAN

2008-03-03 Thread Jan Dubois
On Sun, 02 Mar 2008, Sisyphus wrote: > > However, it won't build on ActiveState's 64-bit build of perl > 5.10 (and 5.8.8). Are there any plans to get this module working > on the 64-bit builds ? ... or is this an unrealistic expectation ? > > On my Vista 64 box, I'm using the Microsoft Platform SDK

Re: Win32::API v0.52 released to CPAN

2008-03-02 Thread Sisyphus
- Original Message - From: "Cosimo Streppone" <[EMAIL PROTECTED]> To: Sent: Sunday, March 02, 2008 10:52 AM Subject: Win32::API v0.52 released to CPAN I just released version 0.52 of Win32::API. It should be available at your local CPAN mirror very soon. Please note that I publishe