added synopsis to Engine subclassed and documented a couple of methods to make podcov...
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine / Apache.pm
index aca61ad..5f8db71 100644 (file)
@@ -188,6 +188,12 @@ sub prepare_uploads {
     }
 }
 
+=item $c->run
+
+=cut
+
+sub run { }
+
 =back
 
 =head1 SEE ALSO