From: Marcus Ramberg Date: Fri, 22 Apr 2005 11:18:29 +0000 (+0000) Subject: Fix: Make sure you have newest Module::Build so cat dies on syntax error X-Git-Tag: 5.7099_04~1455 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=765db419c53c878516a730fc715aff459ba1a38d Fix: Make sure you have newest Module::Build so cat dies on syntax error --- diff --git a/Build.PL b/Build.PL index 28127f0..e6decc6 100644 --- a/Build.PL +++ b/Build.PL @@ -16,7 +16,7 @@ my $build = Module::Build->new( 'HTTP::Request' => 0, 'HTTP::Response' => 0, 'LWP::UserAgent' => 0, - 'Module::Pluggable::Fast' => 0, + 'Module::Pluggable::Fast' => 0.14.14, 'Path::Class' => 0, 'Template' => 0, 'Text::ASCIITable' => 0, diff --git a/Changes b/Changes index 3bfe327..e225640 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ This file documents the revision history for Perl extension Catalyst. 5.10 Wed Apr 20 18:00:00 2005 + - Updated dependencies to require latest module::pluggable::fast - New installer for templates and stuff using Module::Build - scripts are now prefixed, for being installable IMPORTANT: You have to regenerate the script directory,