remove cmp overload in Action
Rafael Kitover [Mon, 29 Jun 2009 16:54:55 +0000 (16:54 +0000)]
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