Fixed typo
Sebastian Riedel [Sat, 19 Nov 2005 15:04:55 +0000 (15:04 +0000)]
lib/Catalyst/Helper.pm

index 317b170..f040b49 100644 (file)
@@ -562,7 +562,7 @@ 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') );