Stories
Slash Boxes
Comments

All the Perl that's Practical to Extract and Report

use Perl Log In

Log In

[ Create a new account ]

Journal of cosimo (4138)

Monday March 03, 2008
06:46 PM

Let's see if I get it right this time...

[ #35828 ]

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 Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More | Login | Reply
Loading... please wait.
  • Now I need to build another Vanilla :)
    • Can I help you in some way?
      I'd be curious to find out how (and if I manage to) build a vanilla/strawberry from scratch.
      • The basic sequence goes...

        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.