From b35ad27c496fecd21b9cc304b7e564485286f6aa Mon Sep 17 00:00:00 2001 From: Tatsuhiko Miyagawa Date: Wed, 16 Sep 2009 16:38:58 +0900 Subject: [PATCH] rm warn --- t/090_impl/fcgi.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/090_impl/fcgi.t b/t/090_impl/fcgi.t index ad2a6599d..c950d3d81 100644 --- a/t/090_impl/fcgi.t +++ b/t/090_impl/fcgi.t @@ -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,