From: Sebastian Riedel Date: Wed, 23 Nov 2005 22:52:59 +0000 (+0000) Subject: Updated PAR support X-Git-Tag: 5.7099_04~836 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8ffeab56bfc3c727795ffd5ecdf1d1ed8f0668dd;hp=951da69cf3ddde283b6d5a082c1287ce345a51ac;p=catagits%2FCatalyst-Runtime.git Updated PAR support --- diff --git a/lib/Module/Install/Catalyst.pm b/lib/Module/Install/Catalyst.pm index e4f4264..4599c83 100644 --- a/lib/Module/Install/Catalyst.pm +++ b/lib/Module/Install/Catalyst.pm @@ -175,8 +175,11 @@ sub _catalyst_par { my $usage = $Module::Install::Catalyst::USAGE || <<"EOF"; Usage: - parl $par [script] [arg1 arg2 arg3...] - $name [script] [arg1 arg2 arg3...] + [parl] $name\[.par] [script] [arguments] + + Examples: + parl $name.par $name\_server.pl -r + myapp $name\_cgi.pl EOF my $tmp_file = IO::File->new("> $par_pl ");