Version 5.90005 5.90005
Tomas Doran [Sat, 22 Oct 2011 19:35:35 +0000 (12:35 -0700)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index f4817ee..100f2da 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+5.90005 - 2011-10-22 13:35:00
+
   New features:
 
    - $c->uri_for_action can now take an array of CaptureArgs and Args
index 3e3587a..725445b 100644 (file)
@@ -84,7 +84,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.90004';
+our $VERSION = '5.90005';
 
 sub import {
     my ( $class, @arguments ) = @_;
index 5566833..b2c4837 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008004; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.90004';
+our $VERSION = '5.90005';
 
 =head1 NAME