X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=lib%2FFile%2FCodeowners.pm;fp=lib%2FFile%2FCodeowners.pm;h=bdaf64c18c31a2a40bb128605c574ab44acbaaf2;hb=8449a6dac8b4adf0e20bceecbff921d6dc598701;hp=e7b23deebded4c7e6bbe5a8e98f0624db98d837f;hpb=3a345750fddc777385eacb334ea011f9327b774e;p=chaz%2Fgit-codeowners diff --git a/lib/File/Codeowners.pm b/lib/File/Codeowners.pm index e7b23de..bdaf64c 100644 --- a/lib/File/Codeowners.pm +++ b/lib/File/Codeowners.pm @@ -10,7 +10,7 @@ use Path::Tiny; use Scalar::Util qw(openhandle); use Text::Gitignore qw(build_gitignore_matcher); -our $VERSION = '0.42'; # VERSION +our $VERSION = '0.43'; # 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.42 +version 0.43 =head1 METHODS