From: John Napiorkowski Date: Thu, 8 Mar 2012 21:46:04 +0000 (-0500) Subject: set change file date and updated versions in preparation for release X-Git-Tag: 5.90011^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=2114ee9f0c5bc341b8ad78185d087dd03f8f7cca set change file date and updated versions in preparation for release --- diff --git a/Changes b/Changes index f107284..73145bc 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ # This file documents the revision history for Perl extension Catalyst. +5.90011 - 2012-03-08 16:43:00 + Bug fixes: - Simplification of the previous changes to Catalyst::ScriptRunner We now just push $FindBin::Bin/../lib to the @INC path again, but diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 9f77021..0f7c25e 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -100,7 +100,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.90010'; +our $VERSION = '5.90011'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 431272a..f4df026 100644 --- a/lib/Catalyst/Runtime.pm +++ b/lib/Catalyst/Runtime.pm @@ -7,7 +7,7 @@ BEGIN { require 5.008003; } # Remember to update this in Catalyst as well! -our $VERSION = '5.90010'; +our $VERSION = '5.90011'; =head1 NAME