X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FAction.pm;fp=lib%2FCatalyst%2FAction.pm;h=36f4793dec20223cf6430618ce94cca1d65697c1;hp=b01c023286d79cbcd154bbeb555bb73121377d1c;hb=763d179fbc4aa03a41c300138624c9940e83bdce;hpb=62864794a5688676c4aa0cf0a3bbc9258731fe77 diff --git a/lib/Catalyst/Action.pm b/lib/Catalyst/Action.pm index b01c023..36f4793 100644 --- a/lib/Catalyst/Action.pm +++ b/lib/Catalyst/Action.pm @@ -541,7 +541,7 @@ Tries to find a type constraint if you have on on a type constrained method. Compares 2 actions based on the value of the C attribute, with no C having the highest precedence. -=head2 equal +=head2 equals if( $action->equal($other_action) ) { ... }