NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
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:Damn you! (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.
The whole process, from "perldist" to a complete
Reply to This
Parent