X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=script%2Fcatalyst.pl;h=5fb8d027646b3bfc1c3e8d1fa81828e94197bc44;hb=9d8e174ab8ad0e2b1e26c2402656d156f26a71ef;hp=83c4eb75b84def2f45070d6de7e306b322d59697;hpb=b3c640cce0888c99072a7c18de983e075407a493;p=catagits%2FCatalyst-Runtime.git diff --git a/script/catalyst.pl b/script/catalyst.pl index 83c4eb7..5fb8d02 100755 --- a/script/catalyst.pl +++ b/script/catalyst.pl @@ -3,7 +3,7 @@ use strict; use Getopt::Long; use Pod::Usage; -eval " use Catalyst::Helper 1.0; "; +eval " use Catalyst::Devel 1.0; "; if ($@) { die <