/[SWISH-Split]/trunk/Makefile.PL
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Sun Aug 8 10:09:55 2004 UTC (19 years, 7 months ago) by dpavlin
File MIME type: text/plain
File size: 535 byte(s)
initial import of SWISH::Split. Lot of documentation, less code.

1 use 5.008004;
2 use ExtUtils::MakeMaker;
3 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
4 # the contents of the Makefile that is written.
5 WriteMakefile(
6 NAME => 'SWISH::Split',
7 VERSION_FROM => 'Split.pm', # finds $VERSION
8 PREREQ_PM => {}, # e.g., Module::Name => 1.1
9 ($] >= 5.005 ? ## Add these new keywords supported since 5.005
10 (ABSTRACT_FROM => 'Split.pm', # retrieve abstract from module
11 AUTHOR => 'Dobrica Pavlinusic <dpavlin@rot13.org>') : ()),
12 );

  ViewVC Help
Powered by ViewVC 1.1.26