]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/psgi_attach.t
www: remove Plack::Request dependency entirely
[public-inbox.git] / t / psgi_attach.t
index ef116c6af13f63fab9368ea91ed13ac2b39da5c0..0d20b7f7f8d1257516d31b0b77b3a89eae7e50d7 100644 (file)
@@ -9,7 +9,7 @@ my $tmpdir = tempdir('psgi-attach-XXXXXX', TMPDIR => 1, CLEANUP => 1);
 my $maindir = "$tmpdir/main.git";
 my $addr = 'test-public@example.com';
 my $cfgpfx = "publicinbox.test";
-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 plack.t" if $@;