X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=script%2Fcatalyst.pl;h=188c708e6dd1f4f38ae86cea4acd3b7f2e7180a0;hb=5afbe5de688f19c78cb7db673702b416448eb822;hp=83c4eb75b84def2f45070d6de7e306b322d59697;hpb=b3c640cce0888c99072a7c18de983e075407a493;p=catagits%2FCatalyst-Runtime.git diff --git a/script/catalyst.pl b/script/catalyst.pl index 83c4eb7..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 <