| June 2002 | 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->verify_values ();
$MOD->complete_build ();
|
MANIFEST lib/Sample/Module.pm Changes t/01_ini.t Makefile.PL | Todo LICENSE README |
| Copyright © 2001-2002 GlaxoSmithKline |