--- trunk/Makefile.PL 2007/10/31 18:07:33 944 +++ trunk/Makefile.PL 2007/11/02 11:32:02 960 @@ -1,6 +1,7 @@ use strict; use warnings; -use ExtUtils::MakeMaker; +#use ExtUtils::MakeMaker; +use inc::Module::Install; WriteMakefile( NAME => 'WebPAC', @@ -16,7 +17,7 @@ 'Cwd' => 0, 'Storable' => 0, 'DBM::Deep' => 0, - 'Template' => 0, +# 'Template' => 0, 'Time::HiRes' => 0, 'File::Temp' => 0, 'List::Util' => 0, @@ -25,12 +26,14 @@ 'File::Path' => 0, 'Biblio::Isis' => '0.24', 'MARC::Fast' => '0.08', - 'Search::Estraier' => 0.06, +# 'Search::Estraier' => 0.06, 'List::Util' => 0, 'Spreadsheet::ParseExcel', => 0, 'MARC::Record' => '2.0', 'Data::Dump' => 0, 'MARC::Lint' => '1.43', + # WebPAC::Normalize::ISBN + 'Business::ISBN' => '2.02', 'Proc::Queue' => 0, 'PPI' => 0, 'XML::LibXML' => 0, @@ -44,6 +47,8 @@ clean => { FILES => 'WebPAC-* pod2html Makefile tags' }, ); +auto_install; + sub MY::postamble { return <<'MAKE_MORE';