push Dev check to compile time (in BEGIN)
Marcus Ramberg [Wed, 18 Oct 2006 11:30:01 +0000 (11:30 +0000)]
script/catalyst.pl

index c25e38e..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,7 @@ vendor package or by running one of -
 END
 
 }
+};
 
 use Catalyst::Helper;