X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction.pm;h=cd2d008118f64efd8eda44c8cc88bb53e77c9363;hb=9779c885c17ff277c42aea35bd95f48284ae502f;hp=b0f60cbb202ef80625dd8a0a40ebca234db0528e;hpb=cbe555e8935736ebb018aa19ef4b44051b429977;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Action.pm b/lib/Catalyst/Action.pm index b0f60cb..cd2d008 100644 --- a/lib/Catalyst/Action.pm +++ b/lib/Catalyst/Action.pm @@ -37,10 +37,6 @@ use overload ( # Codulate to execute to invoke the encapsulated action coderef '&{}' => sub { my $self = shift; sub { $self->execute(@_); }; }, - # Which action takes precedence - 'cmp' => 'compare', - '<=>' => 'compare', - # Make general $stuff still work fallback => 1,