- Shifted Path dispatch into a DispatchType and nuked old set_action stuff
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Action.pm
index 807a6db..f80c00b 100644 (file)
@@ -3,7 +3,7 @@ package Catalyst::Action;
 use strict;
 use base qw/Class::Accessor::Fast/;
 
-__PACKAGE__->mk_accessors(qw/code namespace reverse prefix attributes/);
+__PACKAGE__->mk_accessors(qw/code namespace reverse prefix attributes name/);
 
 use overload (
 
@@ -46,6 +46,8 @@ sub execute {    # Execute ourselves against a context
 
 =item reverse
 
+=item name
+
 =item new
 
 =cut