From: John Napiorkowski Date: Thu, 21 Jun 2012 14:41:18 +0000 (-0400) Subject: updated changes and version for new release X-Git-Tag: 5.90013^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=aa3897dbd07156dbd1b80c5d1571101140e13a11 updated changes and version for new release --- diff --git a/Changes b/Changes index e96cf3e..9c87ec1 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,14 @@ # This file documents the revision history for Perl extension Catalyst. +5.90013 - 2012-06-21 10:40:00 + + - Release previous TRIAL as stable. + - We failed to note in the previous changelog that the Makefile.PL has been + improved to make it easier for authors to bootstrap a developer install + of Catalyst. + +5.90013 - TRIAL 2012-06-07 20:21:00 + New features: - Merge Catalyst::Controller::ActionRole into Catalyst::Controller. diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 8cd14fe..2b22945 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.90012'; +our $VERSION = '5.90013'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 8075a64..cb748fc 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.90012'; +our $VERSION = '5.90013'; =head1 NAME