diff --git a/lib/Plack/Test.pm b/lib/Plack/Test.pm index 11f9e6929..c63a11afd 100644 --- a/lib/Plack/Test.pm +++ b/lib/Plack/Test.pm @@ -50,6 +50,7 @@ Plack::Test - Test PSGI applications with various backends use Plack::Test; use HTTP::Request::Common; + use Test::More; # Simple OO interface my $app = sub { return [ 200, [], [ "Hello" ] ] };