/[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 944 by dpavlin, Wed Oct 31 18:07:33 2007 UTC revision 960 by dpavlin, Fri Nov 2 11:32:02 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 16  WriteMakefile( Line 17  WriteMakefile(
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,
# Line 25  WriteMakefile( Line 26  WriteMakefile(
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' => '1.43',          'MARC::Lint' => '1.43',
35            # WebPAC::Normalize::ISBN
36            'Business::ISBN' => '2.02',
37          'Proc::Queue' => 0,          'Proc::Queue' => 0,
38          'PPI' => 0,          'PPI' => 0,
39          'XML::LibXML' => 0,          'XML::LibXML' => 0,
# Line 44  WriteMakefile( Line 47  WriteMakefile(
47      clean               => { FILES => 'WebPAC-* pod2html Makefile tags' },      clean               => { FILES => 'WebPAC-* pod2html Makefile tags' },
48  );  );
49    
50    auto_install;
51    
52  sub MY::postamble {  sub MY::postamble {
53          return <<'MAKE_MORE';          return <<'MAKE_MORE';
54    

Legend:
Removed from v.944  
changed lines
  Added in v.960

  ViewVC Help
Powered by ViewVC 1.1.26