Default run methods not required, can be provided by the role
[catagits/Catalyst-Runtime.git] / lib / Catalyst / ScriptRole.pm
index ca7055d..cd23d89 100644 (file)
@@ -4,8 +4,6 @@ use MooseX::Types::Moose qw/Str Bool/;
 use Pod::Usage;
 use namespace::autoclean;
 
-requires 'run';
-
 with 'MooseX::Getopt';
 
 has application_name => (