/[Search-Estraier]/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 36 by dpavlin, Thu Jan 5 21:51:54 2006 UTC revision 54 by dpavlin, Fri Jan 6 18:35:53 2006 UTC
# Line 14  WriteMakefile( Line 14  WriteMakefile(
14                  'URI' => 0,                  'URI' => 0,
15                  'IO::Socket::INET' => 0,                  'IO::Socket::INET' => 0,
16                  'MIME::Base64' => 0,                  'MIME::Base64' => 0,
17                    'URI::Escape' => 0,
18      }, # e.g., Module::Name => 1.1      }, # e.g., Module::Name => 1.1
19      ($] >= 5.005 ?     ## Add these new keywords supported since 5.005      ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
20        (ABSTRACT_FROM  => 'Estraier.pm', # retrieve abstract from module        (ABSTRACT_FROM  => 'Estraier.pm', # retrieve abstract from module
21         AUTHOR         => 'Dobrica Pavlinusic <dpavlin@rot13.org>') : ()),         AUTHOR         => 'Dobrica Pavlinusic <dpavlin@rot13.org>') : ()),
22         clean    => { FILES => "Makefile.old pod2html" },         clean    => { FILES => "Makefile Makefile.old pod2html" },
23  );  );
24    
25  sub MY::postamble {  sub MY::postamble {

Legend:
Removed from v.36  
changed lines
  Added in v.54

  ViewVC Help
Powered by ViewVC 1.1.26