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=ef9771c487217f534d96770ed40536938f1c0384;hp=e9083cc28d06bed7ecf4e4f4d97376454b3712a0;hb=dd234b2287734900ba67fcff33222ef1444f603c;hpb=4cb211411c158181d7506fd45d94017bd81c7b73 diff --git a/script/catalyst.pl b/script/catalyst.pl index e9083cc..ef9771c 100755 --- a/script/catalyst.pl +++ b/script/catalyst.pl @@ -41,9 +41,10 @@ my $helper = Catalyst::Helper->new( '.newfiles' => !$force, 'makefile' => $makefile, 'scripts' => $scripts, - 'short' => 0, # FIXME - to be removed. + name => $ARGV[0], } ); +# Pass $ARGV[0] for compatibility with old ::Devel pod2usage(1) unless $helper->mk_app( $ARGV[0] ); 1;