prepare for yet another bugfix release.
Marcus Ramberg [Wed, 3 May 2006 13:55:59 +0000 (13:55 +0000)]
Changes
Makefile.PL
lib/Catalyst.pm

diff --git a/Changes b/Changes
index 97b4511..89b82ab 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,9 @@
 This file documents the revision history for Perl extension Catalyst.
 
 5.6900   2006-05-03 11.17:00
+        - Module::Install didn't overwrite META.yml. 
+
+5.6900   2006-05-03 11.17:00
         - Stupid pause indexer can't count.
         - Better fix for Catalyst::Test
         - more tests.
index d1ee89f..3500fab 100644 (file)
@@ -1,4 +1,3 @@
-
 use inc::Module::Install;
 
 perl_version '5.8.1';
index 73214df..881cf4c 100644 (file)
@@ -61,7 +61,7 @@ __PACKAGE__->engine_class('Catalyst::Engine::CGI');
 __PACKAGE__->request_class('Catalyst::Request');
 __PACKAGE__->response_class('Catalyst::Response');
 
-our $VERSION = '5.6900';
+our $VERSION = '5.6901';
 
 sub import {
     my ( $class, @arguments ) = @_;