| July 24, 2003 | ModuleMaker |
use ExtUtils::ModuleMaker;
#die "You really don't want to use ModuleMaker again for this module."
my $MOD = ExtUtils::ModuleMaker->new
(
NAME => 'Sample::Module',
);
$MOD->complete_build ();
|
MANIFEST lib/Sample/Module.pm Changes t/01_ini.t Makefile.PL | Todo LICENSE README |
| Copyright © 2001-2003 GlaxoSmithKline |