--- trunk/Makefile.PL 2007/11/19 20:26:03 1053 +++ trunk/Makefile.PL 2007/11/20 09:30:56 1054 @@ -47,6 +47,13 @@ ); features( + 'WebPAC::Input::PDF' => [ + -default => 0, + recommends('CAM::PDF'), + ], +); + +features( 'WebPAC::Output::Estraier' => [ -default => 0, recommends('Search::Estraier' => 0.06),