[Catalyst-commits] r13632 - in Catalyst-Runtime/5.80/trunk: . lib
lib/Catalyst
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Sun Oct 3 16:20:50 GMT 2010
Author: t0m
Date: 2010-10-03 17:20:50 +0100 (Sun, 03 Oct 2010)
New Revision: 13632
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.80029
Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes 2010-10-03 15:19:39 UTC (rev 13631)
+++ Catalyst-Runtime/5.80/trunk/Changes 2010-10-03 16:20:50 UTC (rev 13632)
@@ -1,10 +1,14 @@
# This file documents the revision history for Perl extension Catalyst.
+5.80029 2010-10-03 16:39:00
+
+ New features:
- Add a warning when $c->view is called and cannot locate a default_view
or current_view. This clarifies the logging when ::RenderView gets
confused.
- - Deal with Moose >= 1.15 warning if you add a method called 'meta' to a
+ Warning fixes:
+ - Deal warning in with Moose >= 1.15 if you add a method called 'meta' to a
class which already has one by using _add_meta_method.
5.80028 2010-09-28 20:49:00
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm 2010-10-03 15:19:39 UTC (rev 13631)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm 2010-10-03 16:20:50 UTC (rev 13632)
@@ -7,7 +7,7 @@
# Remember to update this in Catalyst as well!
-our $VERSION = '5.80028';
+our $VERSION = '5.80029';
=head1 NAME
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2010-10-03 15:19:39 UTC (rev 13631)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2010-10-03 16:20:50 UTC (rev 13632)
@@ -79,7 +79,7 @@
# Remember to update this in Catalyst::Runtime as well!
-our $VERSION = '5.80028';
+our $VERSION = '5.80029';
sub import {
my ( $class, @arguments ) = @_;
More information about the Catalyst-commits
mailing list