|
Posted by Bill Karwin on November 16, 2004, 11:08 am
Please log in for more thread options
John wrote:
> What tool do you use normally to generate this structure or where can
> I get some information. I have searched in google for Make makefile I
> get too many hits.
ExtUtils::MakeMaker
You might also take a look at Module::MakeDist from Savage Software:
http://savage.net.au/Perl-modules/html/Module/MakeDist.html I haven't tried it myself, but it claims to help make Perl module
distributions for both UNIXish and ActiveState (Windowsish) Perl
environments.
Regards,
Bill K.
|