From: Tomas Doran Date: Wed, 16 May 2012 09:12:00 +0000 (+0100) Subject: Version 5.90012 X-Git-Tag: 5.90012^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=3239be86565f8f510d268968c2c5e6745fa8057f Version 5.90012 --- diff --git a/Changes b/Changes index 0362ace..db4af47 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ # This file documents the revision history for Perl extension Catalyst. +5.90012 - 2012-05-16 09:59:00 + Distribution META.yml changes: - author key is now correct, rather than what Module::Install mis-parses from the documentation. diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 25ba9d2..8cd14fe 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.90011'; +our $VERSION = '5.90012'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index f4df026..8075a64 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.90011'; +our $VERSION = '5.90012'; =head1 NAME