X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Makefile.PL;h=4151a4c3ee152eb905290ef9f39e66fb614c1639;hb=993fbf73916a251ce6007b3a66a2ffb9898e2de2;hp=11d0acc39bb9d5aed3aa03f3f3efe4872c8d2670;hpb=069c2a916556bacf5d3f35a0c8093eb3efbe651a;p=webpac2 diff --git a/Makefile.PL b/Makefile.PL index 11d0acc..4151a4c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -50,6 +50,14 @@ features( -default => 1, 'Spreadsheet::ParseExcel', ], + 'WebPAC::Input::CSV' => [ + -default => 1, + 'Text::CSV', + ], + 'WebPAC::Input::DBF' => [ + -default => 0, + 'XBase', + ], 'WebPAC::Output::Estraier' => [ -default => 0, 'Search::Estraier' => 0.06, @@ -63,13 +71,30 @@ features( 'Spreadsheet::WriteExcel' => 2.14, ], 'WebPAC::Output::KinoSearch' => [ - -default => 1, + -default => 0, 'KinoSearch::Simple', ], + 'WebPAC::Output::SWISH' => [ + -default => 1, + 'SWISH::API', + ], + 'WebPAC::Output::CouchDB' => [ + -default => 0, + 'Net::CouchDb', + ], 'Parallel execution (probably broken)' => [ -default => 0, 'Proc::Queue', ], + 'CGI web interface' => [ + -default => 0, + 'Data::Page', + 'CGI', + 'CGI::Carp', + 'SWISH::API', + 'Text::Unaccent::PurePerl', + 'HTML::FillInForm::Lite', + ], ); build_requires 'Test::More';