X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fgit-codeowners;a=blobdiff_plain;f=t%2Fapp-codeowners.t;h=b5e430e3177919d6a38517d278cea564623372fd;hp=5ec78cb8e9b37295e94b231ea38f4e862cb80b68;hb=a27d001901b781e8a4355073b4b4ea1613ce084b;hpb=d7841cb4430c9f7b3529b156fe1c2d599071cfa5 diff --git a/t/app-codeowners.t b/t/app-codeowners.t index 5ec78cb..b5e430e 100644 --- a/t/app-codeowners.t +++ b/t/app-codeowners.t @@ -9,13 +9,13 @@ 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(); -# Set progname so that pod2usage knows how to find the script after we chdir -$0 = path($Bin)->parent->child('bin/git-codeowners')->absolute; +# Set progname so that pod2usage knows how to find the script after we chdir. +$0 = path($Bin)->parent->child('bin/git-codeowners')->absolute->stringify; $ENV{NO_COLOR} = 1;