From: Marcus Ramberg Date: Wed, 19 Jul 2006 21:55:22 +0000 (+0000) Subject: prepared for 5.7001 X-Git-Tag: 5.7099_04~384 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=2bf9a2ec89467d3f2ff89370cb82336ad07d721a prepared for 5.7001 --- diff --git a/Changes b/Changes index 5a37428..aa16c6f 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ This file documents the revision history for Perl extension Catalyst. -5.7001 2006-07-15 18:07:54 +5.7001 2006-07-19 23:46:54 - fix for component loading - uri_for and uri_with now behave as they used to with non- array references diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index ef5fd17..10378bb 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -36,3 +36,6 @@ t/var # No tarballs! \.gz$ + +# Skip the roadmap +lib/Catalyst/ROADMAP.pod diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index c3b59b9..90d3610 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -61,7 +61,7 @@ __PACKAGE__->response_class('Catalyst::Response'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.7000'; +our $VERSION = '5.7001'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index eb5b3d2..9b5f742 100644 --- a/lib/Catalyst/Runtime.pm +++ b/lib/Catalyst/Runtime.pm @@ -7,7 +7,7 @@ BEGIN { require 5.008001; } # Remember to update this in Catalyst as well! -our $VERSION='5.7000'; +our $VERSION='5.7001'; =head1 NAME