X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=script%2Fcatalyst.pl;h=188c708e6dd1f4f38ae86cea4acd3b7f2e7180a0;hb=3391bea6a642e1e6204f3a4c4ffc1898b96e0a2d;hp=c25e38e6f7a9ed6a074ae07109d1e2c6a27d0f88;hpb=4f9ca6ed6c11d894fe2054447afb3f5777d337c3;p=catagits%2FCatalyst-Runtime.git 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;