/[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.1.1.1 by dpavlin, Fri Oct 3 14:19:50 2003 UTC revision 1.3 by dpavlin, Mon Oct 6 20:59:11 2003 UTC
# Line 1  Line 1 
1  use 5.008001;  use 5.001;
2  use ExtUtils::MakeMaker;  use ExtUtils::MakeMaker;
3  # See lib/ExtUtils/MakeMaker.pm for details of how to influence  # See lib/ExtUtils/MakeMaker.pm for details of how to influence
4  # the contents of the Makefile that is written.  # the contents of the Makefile that is written.
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.1.1.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.26