--- trunk/Makefile.PL 2008/08/02 23:46:41 1100 +++ trunk/Makefile.PL 2008/09/22 15:09:50 1115 @@ -5,7 +5,7 @@ name 'WebPAC'; -version '2.34'; +version_from 'lib/WebPAC.pm'; license 'GPL'; requires 'YAML'; @@ -62,6 +62,10 @@ -default => 1, 'Spreadsheet::WriteExcel' => 2.14, ], + 'WebPAC::Output::KinoSearch' => [ + -default => 1, + 'KinoSearch::Simple', + ], 'Parallel execution (probably broken)' => [ -default => 0, 'Proc::Queue',