| July 2001 | h2xs has eXceeded its Stay |
| What we get |
|---|
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
'NAME' => 'Sample::Module',
'VERSION_FROM' => 'Module.pm', # finds $VERSION
);
|
| What we are missing |
AUTHOR => 'your name (and email address)',
ABSTRACT => 'a short description',
|
|
| Copyright © 2001 GlaxoSmithKline |