Version 5.80013. 5.80013
Florian Ragwitz [Thu, 17 Sep 2009 09:33:28 +0000 (09:33 +0000)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 58fc501..479164f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+5.80013 2009-09-17 11:07:04
+
    Bug fixes:
      - Preserve immutable_options when temporarily making a class mutable in
        Catalyst::ClassData as this is needed by new Class::MOP.
@@ -19,7 +21,7 @@
        using them will now generate a warning at startup.
      - The -short option has been removed from catalyst.pl, stopping new
        applications from being generated using the ::[MVC]:: naming scheme as
-       this is deprecated and generates warnings. RT#49771 
+       this is deprecated and generates warnings. RT#49771
 
 5.80012 2009-09-09 19:09:09
 
index 0f4f0ff..e5b1882 100644 (file)
@@ -79,7 +79,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.80012';
+our $VERSION = '5.80013';
 
 {
     my $dev_version = $VERSION =~ /_\d{2}$/;
index 2cf1bd3..0304b89 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008004; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.80012';
+our $VERSION='5.80013';
 
 $VERSION = eval $VERSION;