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.
Your next project (Score:1)
Binaries for linux, MacOS X, and Windows with all the necessary core XS modules precompiled and a shared pure-Perl site lib. All extractable as a
I see the following dialogue:
Programmer: "Stick this usb thingy into your computer and run the app."
Client: "But I'm running on Mac OS..."
P: "Doesn't matter."
C: "But I have only Windows at home..."
P: "Doesn't matter."
C: "I suspect it doesn't matter, but
Re: (Score:1)
Given the platform specific PAR::Repository client and a repository URL, it automatically fetches all that's necessary. The programmer just puts all code in the repository, along with binaries for XS modules of supported platforms.
Essentially, packaging the following code into a binary with PAR::Packer should do it for a loader:
use PAR::Rep
Re: Vanilla/Strawberry Perl on a Stick (Score:1)
One small nit from inspecting CPAN::Config [svn.ali.as] - the default shell should be read from $ENV{COMSPEC} instead of being hardcoded to "$ENV{SYSTEMROOT}\\system32\\cmd.exe".
Other than that, I'll give it a spin tomorrow.
Re: (Score:1)
-- dagolden
Strawberry Perlsicle (Score:1)