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

Contents of /trunk/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7 - (show annotations)
Mon Jun 25 08:45:29 2007 UTC (16 years, 10 months ago) by dpavlin
File MIME type: text/plain
File size: 573 byte(s)
reorg directory structure so that examples are *not* installed together with module
1 #use 5.008002;
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 => 'Term::Shelly',
7 VERSION_FROM => 'lib/Term/Shelly.pm', # finds $VERSION
8 PREREQ_PM => { Term::ReadKey => 0 }, # e.g., Module::Name => 1.1
9 ($] >= 5.005 ? ## Add these new keywords supported since 5.005
10 (ABSTRACT_FROM => 'lib/Term/Shelly.pm', # retrieve abstract from module
11 AUTHOR => 'Jordan Sissel <psionic@freebsd.org>') : ()),
12 );

  ViewVC Help
Powered by ViewVC 1.1.26