From: Graham Knop Date: Wed, 27 Nov 2019 14:27:54 +0000 (+0100) Subject: remove IO::Prompter from local-sudo test X-Git-Tag: v0.004001~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=commitdiff_plain;h=3e41441f114e68a8b5f465dd0f0a36090ca80ac0 remove IO::Prompter from local-sudo test --- diff --git a/xt/local-sudo.t b/xt/local-sudo.t index c109463..c1d4713 100644 --- a/xt/local-sudo.t +++ b/xt/local-sudo.t @@ -1,4 +1,3 @@ -use IO::Prompter; # dies, utterly, if loaded after strictures, no idea why use strictures 1; use Test::More; use lib 'xt/lib';