set change file date and updated versions in preparation for release 5.90011
John Napiorkowski [Thu, 8 Mar 2012 21:46:04 +0000 (16:46 -0500)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index f107284..73145bc 100644 (file)
--- 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
index 9f77021..0f7c25e 100644 (file)
@@ -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 ) = @_;
index 431272a..f4df026 100644 (file)
@@ -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