Fixed typo
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Helper.pm
index 317b170..6a57f5e 100644 (file)
@@ -562,10 +562,9 @@ author('[% author %]');
 version_from('[% path %]');
 license('perl');
 
-requires( Catalyst => '5.57');
+requires( Catalyst => '5.57' );
 
 install_script( glob('script/*.pl') );
-tests( glob('t/*.t'), glob('t/*/*.t') );
 
 catalyst_files();