]> Dogcows Code - chaz/git-codeowners/commitdiff
require Path::Tiny 0.089 (for spewing arrayrefs)
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sun, 17 Nov 2019 05:54:55 +0000 (22:54 -0700)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sun, 17 Nov 2019 05:54:55 +0000 (22:54 -0700)
lib/File/Codeowners.pm
maint/fatpack.pl
t/app-codeowners.t

index 648390e1ea45888ab1ffd60f904a66b9b9db0b84..8ca8393e06fa28272f7de25c0d1ec595ca950055 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use strict;
 
 use Encode qw(encode);
 use strict;
 
 use Encode qw(encode);
-use Path::Tiny;
+use Path::Tiny 0.089;
 use Scalar::Util qw(openhandle);
 use Text::Gitignore qw(build_gitignore_matcher);
 
 use Scalar::Util qw(openhandle);
 use Text::Gitignore qw(build_gitignore_matcher);
 
index 921380c9f441fc0772df67332cd4358715b65c81..5486ae6fb3e1a7fec6967deca92f117142147b20 100755 (executable)
@@ -21,7 +21,7 @@ use File::pushd;
 use Getopt::Long;
 use MetaCPAN::API;
 use Module::CoreList;
 use Getopt::Long;
 use MetaCPAN::API;
 use Module::CoreList;
-use Path::Tiny;
+use Path::Tiny 0.089;
 
 my $core_version        = '5.010001';
 my $plenv_version       = '5.10.1';
 
 my $core_version        = '5.010001';
 my $plenv_version       = '5.10.1';
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 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();
 use Test::More;
 
 my $can_git = _can_git();
This page took 0.027162 seconds and 4 git commands to generate.