/[notice-sender]/jifty-dbi/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 /jifty-dbi/Makefile.PL

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

revision 91 by dpavlin, Mon Dec 18 19:38:50 2006 UTC revision 92 by dpavlin, Tue Dec 19 10:32:18 2006 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              => 'Nos',      NAME              => 'Nos',
7      VERSION_FROM      => 'Nos.pm', # finds $VERSION      VERSION_FROM      => 'lib/Nos.pm', # finds $VERSION
8      PREREQ_PM         => {      PREREQ_PM         => {
9          'Class::DBI::Loader' => 0,          'Jifty::DBI' => 0,
         'Class::DBI::Pg' => 0,  
         'Class::DBI::AbstractSearch' => 0,  
10          'DBD::Pg' => 1.42,          'DBD::Pg' => 1.42,
11          'Getopt::Long' => 0,          'Getopt::Long' => 0,
12          'Email::Valid' => 0,          'Email::Valid' => 0,
# Line 23  WriteMakefile( Line 21  WriteMakefile(
21          'Mail::Alias' => 0,          'Mail::Alias' => 0,
22          'Cwd' => 0,          'Cwd' => 0,
23          'Pod::Usage' => 0,          'Pod::Usage' => 0,
         'SQL::Abstract' => 1.15,  
24          'Data::Dump' => 0,          'Data::Dump' => 0,
25      }, # e.g., Module::Name => 1.1      }, # e.g., Module::Name => 1.1
26      ($] >= 5.005 ?     ## Add these new keywords supported since 5.005      ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
27        (ABSTRACT_FROM  => 'Nos.pm', # retrieve abstract from module        (ABSTRACT_FROM  => 'lib/Nos.pm', # retrieve abstract from module
28         AUTHOR         => 'Dobrica Pavlinusic <dpavlin@rot13.org>') : ()),         AUTHOR         => 'Dobrica Pavlinusic <dpavlin@rot13.org>') : ()),
29  );  );
30    

Legend:
Removed from v.91  
changed lines
  Added in v.92

  ViewVC Help
Powered by ViewVC 1.1.26