From: Michael Andreen Date: Mon, 6 Jul 2009 19:35:24 +0000 (+0200) Subject: Updated Catalyst::Devel files to 1.19 X-Git-Url: https://ruin.nu/git/?p=ndwebbie.git;a=commitdiff_plain;h=2656387376eef328547a9a400679056185019dde Updated Catalyst::Devel files to 1.19 --- diff --git a/script/ndweb_cgi.pl b/script/ndweb_cgi.pl index 835d4e7..a008db6 100755 --- a/script/ndweb_cgi.pl +++ b/script/ndweb_cgi.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl BEGIN { $ENV{CATALYST_ENGINE} ||= 'CGI' } @@ -24,14 +24,14 @@ See L Run a Catalyst application as a cgi script. -=head1 AUTHOR +=head1 AUTHORS -Sebastian Riedel, C +Catalyst Contributors, see Catalyst.pm =head1 COPYRIGHT -This library is free software, you can redistribute it and/or modify +This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself. =cut diff --git a/script/ndweb_server.pl b/script/ndweb_server.pl index 7e5aa21..940cf86 100755 --- a/script/ndweb_server.pl +++ b/script/ndweb_server.pl @@ -2,7 +2,7 @@ BEGIN { $ENV{CATALYST_ENGINE} ||= 'HTTP'; - $ENV{CATALYST_SCRIPT_GEN} = 38; + $ENV{CATALYST_SCRIPT_GEN} = 39; require Catalyst::Engine::HTTP; } @@ -102,6 +102,7 @@ if ( $restart ) { my $restarter = $subclass->new( %args, start_sub => $runner, + argv => \@argv, ); $restarter->run_and_watch;