X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=script%2Fcatalyst.pl;h=188c708e6dd1f4f38ae86cea4acd3b7f2e7180a0;hp=c25e38e6f7a9ed6a074ae07109d1e2c6a27d0f88;hb=4be02e43daf65f9ebe259601e54e4440acfe7b10;hpb=4f2e5a7e3cf7a4a9a628e8428ba072bb098f7c1e diff --git a/script/catalyst.pl b/script/catalyst.pl index c25e38e..188c708 100755 --- a/script/catalyst.pl +++ b/script/catalyst.pl @@ -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;