From: Marcus Ramberg Date: Wed, 3 May 2006 13:55:59 +0000 (+0000) Subject: prepare for yet another bugfix release. X-Git-Tag: 5.7099_04~604 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=f5dd5cc52518924c7bdc338341f15b75f0597490 prepare for yet another bugfix release. --- diff --git a/Changes b/Changes index 97b4511..89b82ab 100644 --- 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. diff --git a/Makefile.PL b/Makefile.PL index d1ee89f..3500fab 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,3 @@ - use inc::Module::Install; perl_version '5.8.1'; diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 73214df..881cf4c 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -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 ) = @_;