[Rt-commit] r4048 - in HTTP-Server-Simple: . lib/HTTP/Server
jesse at bestpractical.com
jesse at bestpractical.com
Mon Nov 7 14:40:57 EST 2005
Author: jesse
Date: Mon Nov 7 14:40:56 2005
New Revision: 4048
Modified:
HTTP-Server-Simple/ (props changed)
HTTP-Server-Simple/META.yml
HTTP-Server-Simple/lib/HTTP/Server/Simple.pm
Log:
r18457 at truegrounds: jesse | 2005-11-07 14:39:55 -0500
* cpan#15606 - win32 has no sighup handler
Modified: HTTP-Server-Simple/META.yml
==============================================================================
--- HTTP-Server-Simple/META.yml (original)
+++ HTTP-Server-Simple/META.yml Mon Nov 7 14:40:56 2005
@@ -9,4 +9,4 @@
no_index:
directory:
- inc
-generated_by: Module::Install version 0.36
+generated_by: Module::Install version 0.37
Modified: HTTP-Server-Simple/lib/HTTP/Server/Simple.pm
==============================================================================
--- HTTP-Server-Simple/lib/HTTP/Server/Simple.pm (original)
+++ HTTP-Server-Simple/lib/HTTP/Server/Simple.pm Mon Nov 7 14:40:56 2005
@@ -206,7 +206,7 @@
# do the exec. if $0 is not executable, try running it with $^X.
exec {$0}( ( ( -x $0 ) ? () : ($^X) ), $0, @ARGV );
- };
+ } if exists $SIG{'HUP'};
# $pkg is generated anew for each invocation to "run"
# Just so we can use different net_server() implementations
More information about the Rt-commit
mailing list