r1627@llin: dpavlin | 2007-11-14 11:59:53 +0100
[webpac2] / Makefile.PL
index 42e591b..f02368e 100644 (file)
@@ -3,6 +3,8 @@ use warnings;
 #use ExtUtils::MakeMaker;
 use inc::Module::Install;
 
+license 'GPL';
+
 WriteMakefile(
     NAME                => 'WebPAC',
     AUTHOR              => 'Dobrica Pavlinusic <dpavlin@rot13.org>',
@@ -25,7 +27,7 @@ WriteMakefile(
        'LWP' => 0,
        'File::Path' => 0,
        'Biblio::Isis' => '0.24',
-       'MARC::Fast' => '0.08',
+       'MARC::Fast' => '0.09',
 #      'Search::Estraier' => 0.06,
        'List::Util' => 0,
        'Spreadsheet::ParseExcel', => 0,