From: Matt S Trout Date: Sat, 18 Feb 2012 00:02:04 +0000 (+0000) Subject: release commit for 5.90010 X-Git-Tag: 5.90010 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=fed36d61ef2a7a270b96f5bd127e6edcea50b631;hp=40e6e221c7a74a564b2a393070273c5864094f24 release commit for 5.90010 --- diff --git a/Changes b/Changes index fcaf51c..9fa5f09 100644 --- 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. diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 475ba75..9f77021 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -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 ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index ebd1be4..431272a 100644 --- a/lib/Catalyst/Runtime.pm +++ b/lib/Catalyst/Runtime.pm @@ -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