No need for Sub::Identify
Dave Rolsky [Sun, 23 Jan 2011 17:42:27 +0000 (11:42 -0600)]
lib/CatalystX/Routes.pm

index 0e9b395..1673f65 100644 (file)
@@ -8,7 +8,6 @@ use CatalystX::Routes::Role::Controller;
 use Moose::Util qw( apply_all_roles );
 use Params::Util qw( _CODELIKE _REGEX _STRING );
 use Scalar::Util qw( blessed );
-use Sub::Identify qw( sub_name );
 
 use Moose::Exporter;