From: Matt S Trout Date: Thu, 22 Jun 2006 16:50:37 +0000 (+0000) Subject: Improved message in catalyst.pl X-Git-Tag: 5.7099_04~471 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=d13382868257e61594d2a204e6a2f7ccd3ef3da3 Improved message in catalyst.pl --- 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 <