generated Makefile.PL updates
Brian Cassidy [Fri, 2 Jun 2006 13:37:27 +0000 (13:37 +0000)]
lib/Catalyst/Helper.pm

index 5074085..af9cd3e 100644 (file)
@@ -686,9 +686,11 @@ use inc::Module::Install;
 name '[% dir %]';
 all_from '[% path %]';
 
-requires Catalyst => '[% catalyst_version %]';
-requires YAML; # This should reflect the config file format you've chosen
-               # See Catalyst::Plugin::ConfigLoader for supported formats
+requires 'Catalyst' => '[% catalyst_version %]';
+requires 'Catalyst::Plugin::ConfigLoader';
+requires 'Catalyst::Plugin::Static::Simple';
+requires 'YAML'; # This should reflect the config file format you've chosen
+                 # See Catalyst::Plugin::ConfigLoader for supported formats
 catalyst;
 
 install_script glob('script/*.pl');