From: John Napiorkowski Date: Sat, 8 Feb 2014 02:44:06 +0000 (-0600) Subject: upping versions and prep release X-Git-Tag: 5.90060^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=refs%2Ftags%2F5.90060 upping versions and prep release --- diff --git a/Changes b/Changes index eaa0840..cf79bd4 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,8 @@ # This file documents the revision history for Perl extension Catalyst. - - Announcing the repo is now open for development of Perl Catalyst 'Runner' - - http://questhub.io/realm/perl/explore/latest/tag/runner +5.90060 - 2014-02-07 + - Same as 5.90059_006, just marking it as stable, no functional changes. + 5.90059_006 - 2014-02-06 - MyApp->setup now returns $app to allow class method chaining. diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 33a5a61..8173fb0 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -126,7 +126,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.90059_006'; +our $VERSION = '5.90060'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index a2e2646..75a6279 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.90059_006'; +our $VERSION = '5.90060'; =head1 NAME