--- trunk/Makefile.PL 2008/08/02 23:46:41 1100 +++ trunk/Makefile.PL 2009/04/23 11:14:24 1145 @@ -5,7 +5,7 @@ name 'WebPAC'; -version '2.34'; +version_from 'lib/WebPAC.pm'; license 'GPL'; requires 'YAML'; @@ -50,6 +50,10 @@ -default => 1, 'Spreadsheet::ParseExcel', ], + 'WebPAC::Input::DBF' => [ + -default => 0, + 'XBase', + ], 'WebPAC::Output::Estraier' => [ -default => 0, 'Search::Estraier' => 0.06, @@ -62,6 +66,14 @@ -default => 1, 'Spreadsheet::WriteExcel' => 2.14, ], + 'WebPAC::Output::KinoSearch' => [ + -default => 0, + 'KinoSearch::Simple', + ], + 'WebPAC::Output::SWISH' => [ + -default => 1, + 'SWISH::API', + ], 'Parallel execution (probably broken)' => [ -default => 0, 'Proc::Queue',