Default run methods not required, can be provided by the role
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Script / CGI.pm
index ede29b5..7e090d4 100644 (file)
@@ -5,11 +5,6 @@ use namespace::autoclean;
 
 with 'Catalyst::ScriptRole';
 
-sub run {
-    my ($self) = @_;
-    $self->_run_application;
-}
-
 __PACKAGE__->meta->make_immutable;
 
 =head1 NAME