journals data conversion (final conversion done with this version)
[webpac2] / Makefile.PL
index 2b26e85..4151a4c 100644 (file)
@@ -78,6 +78,10 @@ features(
                -default => 1,
                'SWISH::API',
        ],
+       'WebPAC::Output::CouchDB' => [
+               -default => 0,
+               'Net::CouchDb',
+       ],
        'Parallel execution (probably broken)' => [
                -default => 0,
                'Proc::Queue',
@@ -88,6 +92,8 @@ features(
                'CGI',
                'CGI::Carp',
                'SWISH::API',
+               'Text::Unaccent::PurePerl',
+               'HTML::FillInForm::Lite',
        ],
 );