| July 24, 2003 | ModuleMaker |
use ExtUtils::ModuleMaker;
my $MOD = ExtUtils::ModuleMaker->new
(
NAME => 'Sample::Module',
PREREQ_PM => {
Getopt::Std => 0, # in the Perl core
MyModule => 3.14,
},
);
$MOD->complete_build ();
|
|
| Copyright © 2001-2003 GlaxoSmithKline |