Tiny change to make the error make more sense
Tomas Doran [Wed, 12 Aug 2009 00:15:51 +0000 (00:15 +0000)]
lib/Catalyst/Controller.pm

index c8db2e7..a086eb2 100644 (file)
@@ -44,6 +44,8 @@ sub BUILD {
     $self->_controller_actions($attr_value);
 }
 
+
+
 =head1 NAME
 
 Catalyst::Controller - Catalyst Controller base class
@@ -178,7 +180,7 @@ around path_prefix => sub {
 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." )