From 2a165a5e173db70c9a4af58d920ce9d23e07f513 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 12 Jan 2011 21:43:14 -0600 Subject: stop using plackup, because some testers can't see binaries --- t/01-basic.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 't/01-basic.t') 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; -- cgit v1.2.3-54-g00ecf