July 24, 2003 ModuleMaker Back Slide 5 Forward

Simple Use of ExtUtils::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 ();

Generates these files in ./Sample/Module


MANIFEST

lib/Sample/Module.pm

Changes

t/01_ini.t

Makefile.PL


Todo

LICENSE

README


Copyright © 2001-2003 GlaxoSmithKline Back Contents Forward