From: Tomas Doran Date: Tue, 25 Oct 2011 16:18:55 +0000 (-0700) Subject: Version 5.90006 X-Git-Tag: 5.90006^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=4c21ba3bd6fd11b9ba6e6af65bf25a497c3709b1 Version 5.90006 --- diff --git a/Changes b/Changes index 4221d22..40c4df8 100644 --- 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 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 37dca91..71a5e56 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -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 ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index b2c4837..7ac1375 100644 --- a/lib/Catalyst/Runtime.pm +++ b/lib/Catalyst/Runtime.pm @@ -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