Skip to content

Commit

Permalink
Don't need IPC::Open3 here anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Dec 9, 2023
1 parent 446e72f commit e6d523a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions t/02_module_pod_output.t
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ use warnings;
use lib qw(t/lib);
use TestUtils;

use Config;
use File::Spec;
use FindBin qw($Bin);

use IPC::Open3;
use Test::More;
use Config;

# get path to perldoc exec in a hopefully platform neutral way..
my ($volume, $bindir, undef) = File::Spec->splitpath($Bin);
Expand Down

0 comments on commit e6d523a

Please sign in to comment.