Version 5.90012 5.90012
Tomas Doran [Wed, 16 May 2012 09:12:00 +0000 (10:12 +0100)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 0362ace..db4af47 100644 (file)
--- 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.
index 25ba9d2..8cd14fe 100644 (file)
@@ -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 ) = @_;
index f4df026..8075a64 100644 (file)
@@ -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