update distar url
[catagits/Catalyst-Runtime.git] / script / catalyst.pl
index e9083cc..e2574ad 100755 (executable)
@@ -14,7 +14,7 @@ part of the Catalyst-Devel distribution. Please install this via a
 vendor package or by running one of -
 
   perl -MCPAN -e 'install Catalyst::Devel'
-  perl -MCPANPLUS -e 'install Catalyst::Devel'
+  cpanm Catalyst::Devel
 END
 
 }
@@ -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;
@@ -141,7 +142,7 @@ runs the generated application as a FastCGI script
 
 =item C<myapp_test.pl>
 
-runs an action of the generated application from the comand line.
+runs an action of the generated application from the command line.
 
 =back