/[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

Contents of /Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations)
Mon Oct 6 20:59:11 2003 UTC (20 years, 5 months ago) by dpavlin
Branch: MAIN
CVS Tags: r0_0_1, HEAD
Changes since 1.2: +4 -1 lines
File MIME type: text/plain
consider timezone when calculating interval

1 use 5.001;
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 => 'Time::Available',
7 VERSION_FROM => 'Available.pm', # finds $VERSION
8 PREREQ_PM => {
9 Carp,
10 Time::Local
11 }, # e.g., Module::Name => 1.1
12 ($] >= 5.005 ? ## Add these new keywords supported since 5.005
13 (ABSTRACT_FROM => 'Available.pm', # retrieve abstract from module
14 AUTHOR => 'Dobrica Pavlinusic <dpavlin@rot13.org>') : ()),
15 );

  ViewVC Help
Powered by ViewVC 1.1.26