r1756@llin: dpavlin | 2009-04-20 01:35:20 +0200
[webpac2] / Makefile.PL
index 5c0807f..a789bad 100644 (file)
@@ -5,7 +5,7 @@ use inc::Module::Install;
 
 
 name   'WebPAC';
-version        '2.34';
+version_from 'lib/WebPAC.pm';
 license        'GPL';
 
 requires       'YAML';
@@ -50,6 +50,10 @@ features(
                -default => 1,
                'Spreadsheet::ParseExcel',
        ],
+       'WebPAC::Input::DBF' => [
+               -default => 0,
+               'XBase',
+       ],
        'WebPAC::Output::Estraier' => [
                -default => 0,
                'Search::Estraier' => 0.06,
@@ -62,6 +66,10 @@ features(
                -default => 1,
                'Spreadsheet::WriteExcel' => 2.14,
        ],
+       'WebPAC::Output::KinoSearch' => [
+               -default => 1,
+               'KinoSearch::Simple',
+       ],
        'Parallel execution (probably broken)' => [
                -default => 0,
                'Proc::Queue',