release commit for 5.90010 5.90010
Matt S Trout [Sat, 18 Feb 2012 00:02:04 +0000 (00:02 +0000)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index fcaf51c..9fa5f09 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+5.90010 - 2012-02-18 00:01:00
  Bug fixes:
   - Fix the previous fix to Catalyst::ScriptRunner which was resulting
     in the lib directory not being pushed onto @INC.
index 475ba75..9f77021 100644 (file)
@@ -100,7 +100,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.90009';
+our $VERSION = '5.90010';
 
 sub import {
     my ( $class, @arguments ) = @_;
index ebd1be4..431272a 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008003; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.90009';
+our $VERSION = '5.90010';
 
 =head1 NAME