Yes, I published an updated version of Win32::API, tagged v0.54 which should solve the OS check and META.yml problems, preserving the "os unsupported" CPAN testers check.
Let's see if I got it right this time, without screwing up again...:-)
The svn version of Vanilla is extremely dynamic, it changes potentially daily since I use it kind of like a scratch pad for new ideas, successful completion is unpredictable at times.
Currently, Vanilla tries to install relocatable configuration modules (and fails, which is what I'm working on atm), expat, XML::Parser, libwin32, and Win32::API.
Damn you! (Score:1)
Re: (Score:1)
I'd be curious to find out how (and if I manage to) build a vanilla/strawberry from scratch.
Re: (Score:1)
1. Install Inno Setup 5
2. Install Strawberry Perl
3. svn checkout http://svn.ali.as/trunk/Perl-Dist [svn.ali.as]
4. cd Perl-Dist
5. cpan
6. perldist Vanilla
The svn version of Vanilla is extremely dynamic, it changes potentially daily since I use it kind of like a scratch pad for new ideas, successful completion is unpredictable at times.
Currently, Vanilla tries to install relocatable configuration modules (and fails, which is what I'm working on atm), expat, XML::Parser, libwin32, and Win32::API.