X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=fa266b01920720801ae5e14c0560592ceb1a5283;hb=a2a0fb872390bb3cc2a245c185fe5ab00f78e133;hp=3dc7d04f18c261b58de178a28da45ade933542ae;hpb=250b923b8f746553659da13bfa0c946e2ff0e4dc;p=catagits%2FTask-Catalyst.git diff --git a/Makefile.PL b/Makefile.PL index 3dc7d04..fa266b0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,15 +8,17 @@ license('perl'); include('ExtUtils::AutoInstall'); -requires( 'Catalyst' => '5.61' ); +requires( 'Catalyst' => '5.64' ); features( 'Log4perl Support' => [ -default => 1, + 'Params::Validate' => 0, 'Catalyst::Log::Log4perl' => 0 ], 'HTML::Widget Support' => [ -default => 1, + 'Date::Calc' => 0, 'Catalyst::Plugin::HTML::Widget' => 0 ], 'Stacktrace Advanced Debugging Support' => [ @@ -58,10 +60,12 @@ features( -default => 1, 'Catalyst::Plugin::I18N' => 0 ], - 'XMLRPC Support' => [ - -default => 1, +'XMLRPC Support (WARNING: requires XML::Parser which requires a C compiler and expat to be installed!)' + => [ + -default => 0, + 'XML::Parser' => 0, 'Catalyst::Plugin::XMLRPC' => 0 - ], + ], 'Pluggable Application Support' => [ -default => 1, 'Catalyst::Plugin::Pluggable' => 0 @@ -79,13 +83,9 @@ features( -default => 1, 'Test::WWW::Mechanize::Catalyst' => 0 ], - 'SQLite Support' => [ - -default => 1, + 'SQLite Support (WARNING: requires a C compiler!)' => [ + -default => 0, 'DBD::SQLite' => 0 - ], - 'YAML Support' => [ - -default => 1, - 'YAML' => 0 ] );