Skip to content

Commit

Permalink
no warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Dec 2, 2011
1 parent 161cdeb commit 8e14eaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Starman/Server.pm
Expand Up @@ -127,6 +127,7 @@ sub server_close {
sub run_parent {
my $self = shift;
$0 = "starman master " . join(" ", @{$self->{options}{argv} || []});
no warnings 'redefine';
local *Net::Server::PreFork::register_sig = sub {
my %args = @_;
delete $args{QUIT};
Expand Down

0 comments on commit 8e14eaa

Please sign in to comment.