Ask a Question related to PERL Modules, Design and Development.
-
James E Keenan #1
ANNOUNCE: ExtUtils::ModuleMaker v0.47
ExtUtils::ModuleMaker v0.47 is now available on CPAN
([url]http://search.cpan.org/dist/ExtUtils-ModuleMaker/[/url]).
ExtUtils::ModuleMaker and its associated command-line utility,
modulemaker, provide you with the capability to create the file and
directory structure needed to properly distribute and install Perl modules.
v0.47 offers more fine-grained control over the code at the top of a
'.pm' package. You can now automatically include 'use warnings;' by
setting INCLUDE_WARNINGS to a true value; likewise, you can
automatically include a Subversion-style '#$Id$' string on the second
line of a .pm file.
Currently these are only available through the
call-constructor-explicitly-in-script interface, not through
command-line options or the 'modulemaker' interactive mode. Those
capabilities may come in a future version. Send comments to jkeenan
[at] cpan [dot] org with 'modulemaker' in the subject line.
Thank you very much.
Jim Keenan
James E Keenan Guest
-
ANNOUNCE: ExtUtils-ModuleMaker-0.43 and ExtUtils-ModuleMaker-PBP-0.08
ANNOUNCE ExtUtils::ModuleMaker version 0.43 is now available on CPAN (<http://search.cpan.org/dist/ExtUtils-ModuleMaker/>). ExtUtils::ModuleMaker... -
ANNOUNCE: ExtUtils-ModuleMaker-0.33
Version 0.33 of Perl extension ExtUtils::ModuleMaker has been uploaded to the CPAN (http://search.cpan.org/dist/ExtUtils-ModuleMaker/) and should... -
Anything better than ExtUtils::MakeMaker ?
I once read in one of the comp.lang.perl.* newsgroups something to the effect that ExtUtils::MakeMaker was really a short-term stop-gap solution,... -
RFC: new module ExtUtils::ModuleMaker::TT
I'm requesting comments on the namespace and features of a new module I've written. My working name is "ExtUtils::ModuleMaker::TT". It extends... -
Need help with ExtUtils::MakeMaker
I am trying to package a CGI script and associated modules so that they can be installed using Perl's standard sequence (perl Makefile.PL && make...



Reply With Quote

