X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=t%2Fapp-codeowners.t;fp=t%2Fapp-codeowners.t;h=b5e430e3177919d6a38517d278cea564623372fd;hb=b665b000409db5def03f1727178bea1f2ad4f5f8;hp=af426e69d0f5b43821a1842cc6e2b697dd23f1e0;hpb=a6b5af4adc7ded62e680b82073781028c2e78158;p=chaz%2Fgit-codeowners diff --git a/t/app-codeowners.t b/t/app-codeowners.t index af426e6..b5e430e 100644 --- a/t/app-codeowners.t +++ b/t/app-codeowners.t @@ -9,7 +9,7 @@ use App::Codeowners::Util qw(run_git); use App::Codeowners; use Capture::Tiny qw(capture); use File::pushd; -use Path::Tiny qw(path tempdir); +use Path::Tiny 0.089 qw(path tempdir); use Test::More; my $can_git = _can_git();