Skip to content

Commit

Permalink
rm warn
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Sep 16, 2009
1 parent 8a56d73 commit b35ad27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/090_impl/fcgi.t
Expand Up @@ -39,7 +39,7 @@ sub run_one {
$test->($res, $port);
},
server => sub {
warn my $port = shift;
my $port = shift;
my $server = Plack::Impl::FCGI->new(
host => '127.0.0.1',
port => $port,
Expand Down

0 comments on commit b35ad27

Please sign in to comment.