[Catalyst-commits] r11129 - Catalyst-Runtime/5.80/trunk/lib/Catalyst
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Wed Aug 12 00:15:52 GMT 2009
Author: t0m
Date: 2009-08-12 00:15:51 +0000 (Wed, 12 Aug 2009)
New Revision: 11129
Modified:
Catalyst-Runtime/5.80/trunk/lib/Catalyst/Controller.pm
Log:
Tiny change to make the error make more sense
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Controller.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Controller.pm 2009-08-11 23:34:38 UTC (rev 11128)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Controller.pm 2009-08-12 00:15:51 UTC (rev 11129)
@@ -44,6 +44,8 @@
$self->_controller_actions($attr_value);
}
+
+
=head1 NAME
Catalyst::Controller - Catalyst Controller base class
@@ -178,7 +180,7 @@
sub get_action_methods {
my $self = shift;
my $meta = find_meta($self);
- confess("Metaclass for "
+ confess("Metaclass "
. ref($meta) . " for "
. $meta->name
. " cannot support register_actions." )
More information about the Catalyst-commits
mailing list