/[Term-Shelly]/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

Diff of /trunk/Makefile.PL

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

revision 5 by dpavlin, Mon Jun 25 08:32:23 2007 UTC revision 7 by dpavlin, Mon Jun 25 08:45:29 2007 UTC
# Line 4  use ExtUtils::MakeMaker; Line 4  use ExtUtils::MakeMaker;
4  # the contents of the Makefile that is written.  # the contents of the Makefile that is written.
5  WriteMakefile(  WriteMakefile(
6      NAME              => 'Term::Shelly',      NAME              => 'Term::Shelly',
7      VERSION_FROM      => 'Shelly.pm', # finds $VERSION      VERSION_FROM      => 'lib/Term/Shelly.pm', # finds $VERSION
8      PREREQ_PM         => { Term::ReadKey => 0 }, # e.g., Module::Name => 1.1      PREREQ_PM         => { Term::ReadKey => 0 }, # e.g., Module::Name => 1.1
9      ($] >= 5.005 ?     ## Add these new keywords supported since 5.005      ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
10        (ABSTRACT_FROM  => 'Shelly.pm', # retrieve abstract from module        (ABSTRACT_FROM  => 'lib/Term/Shelly.pm', # retrieve abstract from module
11         AUTHOR         => 'Jordan Sissel <psionic@freebsd.org>') : ()),         AUTHOR         => 'Jordan Sissel <psionic@freebsd.org>') : ()),
12  );  );

Legend:
Removed from v.5  
changed lines
  Added in v.7

  ViewVC Help
Powered by ViewVC 1.1.26