From 2656387376eef328547a9a400679056185019dde Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Mon, 6 Jul 2009 21:35:24 +0200 Subject: [PATCH] Updated Catalyst::Devel files to 1.19 --- script/ndweb_cgi.pl | 8 ++++---- script/ndweb_server.pl | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) 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; -- 2.39.2