/[Time-Available]/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

Annotation of /Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Sat Oct 4 18:41:27 2003 UTC (20 years, 5 months ago) by dpavlin
Branch: MAIN
Changes since 1.1: +1 -1 lines
File MIME type: text/plain
require perl 5.001

1 dpavlin 1.2 use 5.001;
2 dpavlin 1.1 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 => 'Time::Available',
7     VERSION_FROM => 'Available.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 => 'Available.pm', # retrieve abstract from module
11     AUTHOR => 'Dobrica Pavlinusic <dpavlin@rot13.org>') : ()),
12     );

  ViewVC Help
Powered by ViewVC 1.1.26