remove cmp overload in Action
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Action.pm
index b0f60cb..8237cc0 100644 (file)
@@ -38,7 +38,6 @@ use overload (
     '&{}' => sub { my $self = shift; sub { $self->execute(@_); }; },
 
     # Which action takes precedence
-    'cmp' => 'compare',
     '<=>' => 'compare',
 
     # Make general $stuff still work