From: Sebastian Riedel Date: Fri, 18 Nov 2005 22:56:51 +0000 (+0000) Subject: Added -nonew alias X-Git-Tag: 5.7099_04~879 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=bbd9334139a4b16f488c867c9bfb17b35037ad6f Added -nonew alias --- diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index f34799b..0d19516 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -939,9 +939,9 @@ my $help = 0; my $short = 0; GetOptions( - 'force' => \$force, - 'help|?' => \$help, - 'short' => \$short + 'nonew|force' => \$force, + 'help|?' => \$help, + 'short' => \$short ); pod2usage(1) if ( $help || !$ARGV[0] );