Patch from Jon Schutz to add a proper SIGCHLD repear to Engine::HTTP to fix issue...
[catagits/Catalyst-Runtime.git] / script / catalyst.pl
index 5fb8d02..188c708 100755 (executable)
@@ -3,6 +3,7 @@
 use strict;
 use Getopt::Long;
 use Pod::Usage;
+BEGIN {
 eval " use Catalyst::Devel 1.0; ";
 
 if ($@) {
@@ -17,6 +18,9 @@ vendor package or by running one of -
 END
 
 }
+};
+
+use Catalyst::Helper;
 
 my $force    = 0;
 my $help     = 0;