Fix: Make sure you have newest Module::Build so cat dies on syntax error
Marcus Ramberg [Fri, 22 Apr 2005 11:18:29 +0000 (11:18 +0000)]
Build.PL
Changes

index 28127f0..e6decc6 100644 (file)
--- 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 (file)
--- 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,