--- trunk/Makefile.PL 2007/11/20 09:30:56 1054 +++ trunk/Makefile.PL 2007/11/20 22:07:45 1061 @@ -5,7 +5,7 @@ name 'WebPAC'; -version '2.32'; +version '2.33'; license 'GPL'; requires 'YAML'; @@ -39,6 +39,13 @@ requires 'Sort::External'; features( + 'WebPAC::Output::Webpacus and WebPAC::Output::Jifty' => [ + -default => 0, + recommends('Jifty'), + ], +); + +features( 'WebPAC::Input::XML' => [ -default => 0, recommends('XML::Simple'),