X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=script%2Fcatalyst.pl;h=83c4eb75b84def2f45070d6de7e306b322d59697;hp=3147f345067c40254de7b5a0c4f38ccc698a50cb;hb=b3c640cce0888c99072a7c18de983e075407a493;hpb=d708fed499cf8a99114016d4bd511f3c12e11a49 diff --git a/script/catalyst.pl b/script/catalyst.pl index 3147f34..83c4eb7 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::Helper 1.0; "; if ($@) { die <