summaryrefslogtreecommitdiffstats
path: root/t/01-basic.t
diff options
context:
space:
mode:
Diffstat (limited to 't/01-basic.t')
-rw-r--r--t/01-basic.t4
1 files changed, 3 insertions, 1 deletions
diff --git a/t/01-basic.t b/t/01-basic.t
index e152f8d..46ffd50 100644
--- a/t/01-basic.t
+++ b/t/01-basic.t
@@ -6,7 +6,9 @@ use Test::More;
use Plack::Client::Test;
test_tcp_plackup(
- 'sub { [ 200, ["Content-Type" => "text/plain"], [shift->{PATH_INFO}] ] }',
+ sub {
+ [ 200, ["Content-Type" => "text/plain"], [shift->{PATH_INFO}] ]
+ },
sub {
my $base_url = shift;