From 96ee5f0f64972f0ce3143538437d4de1febe3c51 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 22 Dec 2016 04:38:13 +0000 Subject: repobrowse: remove Plack::Request dependency This does not make installation easier, but lightens runtime a bit. Plack::Request is unnecessary bloat and indirection which does things behind our back. $env has all the stuff we need. --- t/repobrowse_common_git.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/repobrowse_common_git.perl b/t/repobrowse_common_git.perl index cd8ce582..de61efe6 100644 --- a/t/repobrowse_common_git.perl +++ b/t/repobrowse_common_git.perl @@ -6,7 +6,7 @@ use warnings; use Test::More; use File::Temp qw/tempdir/; use Cwd qw/getcwd/; -my @mods = qw(HTTP::Request::Common Plack::Request Plack::Test URI::Escape); +my @mods = qw(HTTP::Request::Common Plack::Test URI::Escape); foreach my $mod (@mods) { eval "require $mod"; plan skip_all => "$mod missing for $0" if $@; -- cgit v1.2.3-24-ge0c7