]> Dogcows Code - chaz/git-codeowners/blobdiff - lib/File/Codeowners.pm
Version 0.46
[chaz/git-codeowners] / lib / File / Codeowners.pm
index 3a03b9b674a8e420763fe4fef2f599f4bb9505b3..39a178b6d9279f6237515533c27a5359abfff1dc 100644 (file)
@@ -6,11 +6,11 @@ use warnings;
 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);
 
-our $VERSION = '0.45'; # VERSION
+our $VERSION = '0.46'; # VERSION
 
 sub _croak { require Carp; Carp::croak(@_); }
 sub _usage { _croak("Usage: @_\n") }
@@ -354,7 +354,7 @@ File::Codeowners - Read and write CODEOWNERS files
 
 =head1 VERSION
 
-version 0.45
+version 0.46
 
 =head1 METHODS
 
This page took 0.021537 seconds and 4 git commands to generate.