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

Diff of /Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by dpavlin, Sat Oct 4 18:41:27 2003 UTC revision 1.3 by dpavlin, Mon Oct 6 20:59:11 2003 UTC
# Line 5  use ExtUtils::MakeMaker; Line 5  use ExtUtils::MakeMaker;
5  WriteMakefile(  WriteMakefile(
6      NAME              => 'Time::Available',      NAME              => 'Time::Available',
7      VERSION_FROM      => 'Available.pm', # finds $VERSION      VERSION_FROM      => 'Available.pm', # finds $VERSION
8      PREREQ_PM         => {}, # e.g., Module::Name => 1.1      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      ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
13        (ABSTRACT_FROM  => 'Available.pm', # retrieve abstract from module        (ABSTRACT_FROM  => 'Available.pm', # retrieve abstract from module
14         AUTHOR         => 'Dobrica Pavlinusic <dpavlin@rot13.org>') : ()),         AUTHOR         => 'Dobrica Pavlinusic <dpavlin@rot13.org>') : ()),

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.26