From c3509baca0b103a0c9d034de06f3ddc5fc9426fd Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 29 Feb 2016 10:58:39 +0000 Subject: fixup Plack-related requires We do not need to load Plack::Request outside of WWW anymore. --- t/httpd-corner.psgi | 1 - 1 file changed, 1 deletion(-) (limited to 't') diff --git a/t/httpd-corner.psgi b/t/httpd-corner.psgi index 0e0e21a8..c3bf5231 100644 --- a/t/httpd-corner.psgi +++ b/t/httpd-corner.psgi @@ -4,7 +4,6 @@ # Usage: plackup [OPTIONS] /path/to/this/file use strict; use warnings; -use Plack::Request; use Plack::Builder; require Digest::SHA; my $app = sub { -- cgit v1.2.3-24-ge0c7