Version 5.90006 5.90006
Tomas Doran [Tue, 25 Oct 2011 16:18:55 +0000 (09:18 -0700)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 4221d22..40c4df8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+5.90006 - 2011-10-25 09:18:00
+
   New features:
    - A new 'run_options' class data method has been added to Catalyst.pm
      This is used to store all the options passed by scripts, allowing
index 37dca91..71a5e56 100644 (file)
@@ -84,7 +84,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.90005';
+our $VERSION = '5.90006';
 
 sub import {
     my ( $class, @arguments ) = @_;
index b2c4837..7ac1375 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008004; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.90005';
+our $VERSION = '5.90006';
 
 =head1 NAME