]> ruin.nu Git - ndwebbie.git/commitdiff
Updated Catalyst::Devel files to 1.19
authorMichael Andreen <harv@ruin.nu>
Mon, 6 Jul 2009 19:35:24 +0000 (21:35 +0200)
committerMichael Andreen <harv@ruin.nu>
Mon, 6 Jul 2009 19:35:35 +0000 (21:35 +0200)
script/ndweb_cgi.pl
script/ndweb_server.pl

index 835d4e7f5bb9b0427a386a9ec7105ad2e25814b6..a008db605e1c42e44fa15071a6ffab0d52d7aa2d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 
 BEGIN { $ENV{CATALYST_ENGINE} ||= 'CGI' }
 
@@ -24,14 +24,14 @@ See L<Catalyst::Manual>
 
 Run a Catalyst application as a cgi script.
 
-=head1 AUTHOR
+=head1 AUTHORS
 
-Sebastian Riedel, C<sri@oook.de>
+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
index 7e5aa21ec94235571faa1ceaf0571b3d9b621318..940cf86e69f155024a37c6780c3d349b59634930 100755 (executable)
@@ -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;