X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=script%2Fcatalyst.pl;h=188c708e6dd1f4f38ae86cea4acd3b7f2e7180a0;hb=88ff44a29fe6beedcfe6046bbf2e62e1bc1a0207;hp=3147f345067c40254de7b5a0c4f38ccc698a50cb;hpb=d13382868257e61594d2a204e6a2f7ccd3ef3da3;p=catagits%2FCatalyst-Runtime.git diff --git a/script/catalyst.pl b/script/catalyst.pl index 3147f34..188c708 100755 --- a/script/catalyst.pl +++ b/script/catalyst.pl @@ -3,7 +3,8 @@ use strict; use Getopt::Long; use Pod::Usage; -eval 'use Catalyst::Helper "1.0";'; +BEGIN { +eval " use Catalyst::Devel 1.0; "; if ($@) { die <