[Catalyst-commits] r11375 - in Catalyst-Runtime/5.80/trunk: . lib
lib/Catalyst
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Thu Sep 17 09:33:28 GMT 2009
Author: rafl
Date: 2009-09-17 09:33:28 +0000 (Thu, 17 Sep 2009)
New Revision: 11375
Modified:
Catalyst-Runtime/5.80/trunk/Changes
Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm
Log:
Version 5.80013.
Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes 2009-09-17 08:58:15 UTC (rev 11374)
+++ Catalyst-Runtime/5.80/trunk/Changes 2009-09-17 09:33:28 UTC (rev 11375)
@@ -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
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm 2009-09-17 08:58:15 UTC (rev 11374)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm 2009-09-17 09:33:28 UTC (rev 11375)
@@ -7,7 +7,7 @@
# Remember to update this in Catalyst as well!
-our $VERSION='5.80012';
+our $VERSION='5.80013';
$VERSION = eval $VERSION;
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2009-09-17 08:58:15 UTC (rev 11374)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2009-09-17 09:33:28 UTC (rev 11375)
@@ -79,7 +79,7 @@
# Remember to update this in Catalyst::Runtime as well!
-our $VERSION = '5.80012';
+our $VERSION = '5.80013';
{
my $dev_version = $VERSION =~ /_\d{2}$/;
More information about the Catalyst-commits
mailing list