about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/repobrowse_common_git.perl2
1 files changed, 1 insertions, 1 deletions
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 $@;