/[webpac2]/branches/Sack/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 /branches/Sack/Makefile.PL

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

revision 920 by dpavlin, Tue Oct 30 22:46:51 2007 UTC revision 955 by dpavlin, Fri Nov 2 10:54:40 2007 UTC
# Line 1  Line 1 
1  use strict;  use strict;
2  use warnings;  use warnings;
3  use ExtUtils::MakeMaker;  #use ExtUtils::MakeMaker;
4    use inc::Module::Install;
5    
6  WriteMakefile(  WriteMakefile(
7      NAME                => 'WebPAC',      NAME                => 'WebPAC',
# Line 12  WriteMakefile( Line 13  WriteMakefile(
13          'Test::More' => 0,          'Test::More' => 0,
14          'YAML' => 0,          'YAML' => 0,
15          'File::Slurp' => 0,          'File::Slurp' => 0,
16          'Log::Log4perl' => 1.02,          'Log::Log4perl' => '1.02',
17          'Cwd' => 0,          'Cwd' => 0,
18          'Storable' => 0,          'Storable' => 0,
19          'DBM::Deep' => 0,          'DBM::Deep' => 0,
20          'Template' => 0,  #       'Template' => 0,
21          'Time::HiRes' => 0,          'Time::HiRes' => 0,
22          'File::Temp' => 0,          'File::Temp' => 0,
23          'List::Util' => 0,          'List::Util' => 0,
24          'Encode' => 0,          'Encode' => 0,
25          'LWP' => 0,          'LWP' => 0,
26          'File::Path' => 0,          'File::Path' => 0,
27          'Biblio::Isis' => 0.24,          'Biblio::Isis' => '0.24',
28          'MARC::Fast' => 0.08,          'MARC::Fast' => '0.08',
29          'Search::Estraier' => 0.06,  #       'Search::Estraier' => 0.06,
30          'List::Util' => 0,          'List::Util' => 0,
31          'Spreadsheet::ParseExcel', => 0,          'Spreadsheet::ParseExcel', => 0,
32          'MARC::Record' => 2.0,          'MARC::Record' => '2.0',
33          'Data::Dump' => 0,          'Data::Dump' => 0,
34          'MARC::Lint' => 0,          'MARC::Lint' => '1.43',
35          'Proc::Queue' => 0,          'Proc::Queue' => 0,
36          'PPI' => 0,          'PPI' => 0,
37          'XML::LibXML' => 0,          'XML::LibXML' => 0,
# Line 44  WriteMakefile( Line 45  WriteMakefile(
45      clean               => { FILES => 'WebPAC-* pod2html Makefile tags' },      clean               => { FILES => 'WebPAC-* pod2html Makefile tags' },
46  );  );
47    
48    auto_install;
49    
50  sub MY::postamble {  sub MY::postamble {
51          return <<'MAKE_MORE';          return <<'MAKE_MORE';
52    

Legend:
Removed from v.920  
changed lines
  Added in v.955

  ViewVC Help
Powered by ViewVC 1.1.26