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.
Wrong project (Score:1)
Forget CamelPack, that was more or less a quick hack to prove the concept and get the reward. The eventually emerged favoured project is Vanilla Perl [vanillaperl.com]. I am led to believe that what you want will work out of the box with that. For more Perl on Windows, see win32.perl.org [perl.org].
Re:Wrong project (Score:1)
And to be precise, you want Strawberry Perl distribution.
Reply to This
Parent
Re: (Score:1)
http://vanillaperl.com/files/strawberry-perl-5.8.8-alpha-2.exe [vanillaperl.com]
Re: (Score:1)
However, GD still requires the GD library to be installed -- Perl can't do this for you (yet). We're working on the external library dependency problem, but it's a long road. (See Vanilla Perl and GnuWin32 [perl.org] for some examples.)
But if you install a binary of the GD library for Win32, GD.pm's Makefile.PL is polite enough to ask you where to find it. Hopefully, that will be enough. (But if not, please chronicle your frustrations at Vanilla Perl Problem Modules [perl.org].)