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=34a6f94f022d090be1e22590238822e35db8162d;hb=b3c640cce0888c99072a7c18de983e075407a493;hpb=34d28dfd33574ce30aca69fb8700b61111d97b92 diff --git a/script/catalyst.pl b/script/catalyst.pl index 34a6f94..83c4eb7 100755 --- a/script/catalyst.pl +++ b/script/catalyst.pl @@ -3,8 +3,20 @@ use strict; use Getopt::Long; use Pod::Usage; -eval 'use Catalyst::Helper "1.0";'; -die "Please install Catalyst::Helper!\n" if $@; +eval " use Catalyst::Helper 1.0; "; + +if ($@) { + die <