| June 2002 | ModuleMaker |
use ExtUtils::ModuleMaker;
my $MOD = ExtUtils::ModuleMaker->new
(
NAME => 'Sample::Module',
INTERACTIVE => 0,
VERBOSE => 0,
PERMISSIONS => 0755,
USAGE_MESSAGE => "
There were problems with your data supplied to ExtUtils::ModuleMaker.
Please fix the problems listed above and try again.",
);
$MOD->complete_build ();
|
|
| Copyright © 2001-2002 GlaxoSmithKline |