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.
Steal some code from Smolder (or Krang) (Score:1)
It's done by the smolder_build script which uses the Smolder::Platform module. You're probably most interested in the build_perl_module() sub.
I don't know if you deal with different platforms in your build, but Smolder and Krang do. If something needs to be changed for a certain platform then that's overridden in a subclass of Smolder::Platform that's loaded by smolder_build.
http://smolder.svn.sourceforge. [sourceforge.net]
local::lib (Score:1)
I'm not sure I exactly understand the problem, but might
export MODULEBUILDRC=/home/username/perl/.modulebuildrc export PERL_MM_OPT='INSTALL_BASE=/home/username/perl' export PERL5LIB='/home/username/perl/lib/perl5:/home/username/perl/lib/perl5/i386-linulocal::libsolve this? It sounds too simple, but it just sets: