]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/httpd.t
tests: get rid of unnecessary Cwd module use
[public-inbox.git] / t / httpd.t
index d55495ff6137e18c296c61b7a3f60e4a682759d7..c061031cc662f7b63d6d9c4fffb2caebf2fdc926 100644 (file)
--- a/t/httpd.t
+++ b/t/httpd.t
@@ -9,7 +9,6 @@ foreach my $mod (qw(Plack::Util Plack::Builder HTTP::Date HTTP::Status)) {
        plan skip_all => "$mod missing for httpd.t" if $@;
 }
 use File::Temp qw/tempdir/;
-use Cwd qw/getcwd/;
 use IO::Socket::INET;
 require './t/common.perl';