/[fuse_dbi]/fuse-couchdb/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 /fuse-couchdb/Makefile.PL

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

revision 9 by dpavlin, Sat Aug 7 19:06:03 2004 UTC revision 16 by dpavlin, Sun Sep 5 16:55:02 2004 UTC
# Line 6  WriteMakefile( Line 6  WriteMakefile(
6      NAME              => 'Fuse::DBI',      NAME              => 'Fuse::DBI',
7      VERSION_FROM      => 'DBI.pm', # finds $VERSION      VERSION_FROM      => 'DBI.pm', # finds $VERSION
8      PREREQ_PM         => {      PREREQ_PM         => {
9          Fuse => 0,          'POSIX' => 0,
10          POSIX => 0,          'Fuse' => 0,
11            'DBI' => 0,
12            'Carp' => 0,
13      }, # e.g., Module::Name => 1.1      }, # e.g., Module::Name => 1.1
14      ($] >= 5.005 ?     ## Add these new keywords supported since 5.005      ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
15        (ABSTRACT_FROM  => 'lib/Fuse/DBI.pm', # retrieve abstract from module        (ABSTRACT_FROM  => 'DBI.pm', # retrieve abstract from module
16         AUTHOR         => 'Dobrica Pavlinusic <dpavlin@rot13.org>') : ()),         AUTHOR         => 'Dobrica Pavlinusic <dpavlin@rot13.org>') : ()),
17  );  );
18    

Legend:
Removed from v.9  
changed lines
  Added in v.16

  ViewVC Help
Powered by ViewVC 1.1.26