X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=lib%2FApp%2FCodeowners.pm;h=282236b67243dd6929acf16d8593dbfeb6686d63;hb=b665b000409db5def03f1727178bea1f2ad4f5f8;hp=405c70bf5eed6a7c90669147101105478fcdd8a8;hpb=a6b5af4adc7ded62e680b82073781028c2e78158;p=chaz%2Fgit-codeowners diff --git a/lib/App/Codeowners.pm b/lib/App/Codeowners.pm index 405c70b..282236b 100644 --- a/lib/App/Codeowners.pm +++ b/lib/App/Codeowners.pm @@ -14,7 +14,7 @@ use Encode qw(encode); use File::Codeowners; use Path::Tiny; -our $VERSION = '0.45'; # VERSION +our $VERSION = '0.46'; # VERSION sub main { @@ -218,7 +218,13 @@ App::Codeowners - A tool for managing CODEOWNERS files =head1 VERSION -version 0.45 +version 0.46 + +=head1 DESCRIPTION + +This is the implementation of the F command. + +See L for documentation. =head1 METHODS