X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=script%2Fcatalyst.pl;fp=script%2Fcatalyst.pl;h=3147f345067c40254de7b5a0c4f38ccc698a50cb;hp=34a6f94f022d090be1e22590238822e35db8162d;hb=d13382868257e61594d2a204e6a2f7ccd3ef3da3;hpb=6415bb4d728603235c2320470ee8b8c72314f5d9 diff --git a/script/catalyst.pl b/script/catalyst.pl index 34a6f94..3147f34 100755 --- a/script/catalyst.pl +++ b/script/catalyst.pl @@ -4,7 +4,19 @@ use strict; use Getopt::Long; use Pod::Usage; eval 'use Catalyst::Helper "1.0";'; -die "Please install Catalyst::Helper!\n" if $@; + +if ($@) { + die <