From 3239be86565f8f510d268968c2c5e6745fa8057f Mon Sep 17 00:00:00 2001 From: Tomas Doran Date: Wed, 16 May 2012 10:12:00 +0100 Subject: [PATCH] Version 5.90012 --- Changes | 2 ++ lib/Catalyst.pm | 2 +- lib/Catalyst/Runtime.pm | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 0362acede..db4af47af 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 25ba9d2f6..8cd14fe58 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 f4df0264f..8075a641e 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