]> Dogcows Code - chaz/git-codeowners/blobdiff - t/app-codeowners.t
require Path::Tiny 0.089 (for spewing arrayrefs)
[chaz/git-codeowners] / t / app-codeowners.t
index af426e69d0f5b43821a1842cc6e2b697dd23f1e0..b5e430e3177919d6a38517d278cea564623372fd 100644 (file)
@@ -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();
This page took 0.017944 seconds and 4 git commands to generate.