]> Dogcows Code - chaz/git-codeowners/commitdiff
Version 0.46
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sun, 17 Nov 2019 05:59:41 +0000 (22:59 -0700)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sun, 17 Nov 2019 05:59:41 +0000 (22:59 -0700)
20 files changed:
Changes
META.json
META.yml
Makefile.PL
README
bin/git-codeowners
lib/App/Codeowners.pm
lib/App/Codeowners/Formatter.pm
lib/App/Codeowners/Formatter/CSV.pm
lib/App/Codeowners/Formatter/JSON.pm
lib/App/Codeowners/Formatter/String.pm
lib/App/Codeowners/Formatter/TSV.pm
lib/App/Codeowners/Formatter/Table.pm
lib/App/Codeowners/Formatter/YAML.pm
lib/App/Codeowners/Options.pm
lib/App/Codeowners/Util.pm
lib/File/Codeowners.pm
lib/Test/File/Codeowners.pm
t/00-report-prereqs.dd
t/app-codeowners.t

diff --git a/Changes b/Changes
index 202ba9d8a7475a3dde7151f64fdb5e6863855e65..b8d34aa3d2964f7d94e17e4f5f6cf90868fc0886 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for App-Codeowners.
 
+0.46      2019-11-16 22:58:17-07:00 MST7MDT
+  * Declare dependency on Path::Tiny 0.089 (thanks CPAN testers).
+
 0.45      2019-11-14 22:30:14-07:00 MST7MDT
   * Pod::Usage is now optional for the benefit of Git for Windows.
 
index b3646023e1fdd9dd7d64e2c96e7e3fee6d9b1df6..cdc7fb6b92a30a9c6560d9d4871e3780b1ee553c 100644 (file)
--- a/META.json
+++ b/META.json
@@ -77,7 +77,7 @@
             "Getopt::Long" : "2.39",
             "IPC::Open2" : "0",
             "Module::Load" : "0",
-            "Path::Tiny" : "0",
+            "Path::Tiny" : "0.089",
             "Scalar::Util" : "0",
             "Test::Builder" : "0",
             "Text::Gitignore" : "0",
    "provides" : {
       "App::Codeowners" : {
          "file" : "lib/App/Codeowners.pm",
-         "version" : "0.45"
+         "version" : "0.46"
       },
       "App::Codeowners::Formatter" : {
          "file" : "lib/App/Codeowners/Formatter.pm",
-         "version" : "0.45"
+         "version" : "0.46"
       },
       "App::Codeowners::Formatter::CSV" : {
          "file" : "lib/App/Codeowners/Formatter/CSV.pm",
-         "version" : "0.45"
+         "version" : "0.46"
       },
       "App::Codeowners::Formatter::JSON" : {
          "file" : "lib/App/Codeowners/Formatter/JSON.pm",
-         "version" : "0.45"
+         "version" : "0.46"
       },
       "App::Codeowners::Formatter::String" : {
          "file" : "lib/App/Codeowners/Formatter/String.pm",
-         "version" : "0.45"
+         "version" : "0.46"
       },
       "App::Codeowners::Formatter::TSV" : {
          "file" : "lib/App/Codeowners/Formatter/TSV.pm",
-         "version" : "0.45"
+         "version" : "0.46"
       },
       "App::Codeowners::Formatter::Table" : {
          "file" : "lib/App/Codeowners/Formatter/Table.pm",
-         "version" : "0.45"
+         "version" : "0.46"
       },
       "App::Codeowners::Formatter::YAML" : {
          "file" : "lib/App/Codeowners/Formatter/YAML.pm",
-         "version" : "0.45"
+         "version" : "0.46"
       },
       "App::Codeowners::Options" : {
          "file" : "lib/App/Codeowners/Options.pm",
-         "version" : "0.45"
+         "version" : "0.46"
       },
       "App::Codeowners::Util" : {
          "file" : "lib/App/Codeowners/Util.pm",
-         "version" : "0.45"
+         "version" : "0.46"
       },
       "App::Codeowners::Util::Process" : {
          "file" : "lib/App/Codeowners/Util.pm",
-         "version" : "0.45"
+         "version" : "0.46"
       },
       "File::Codeowners" : {
          "file" : "lib/File/Codeowners.pm",
-         "version" : "0.45"
+         "version" : "0.46"
       },
       "Test::File::Codeowners" : {
          "file" : "lib/Test/File/Codeowners.pm",
-         "version" : "0.45"
+         "version" : "0.46"
       }
    },
    "release_status" : "stable",
          "web" : "https://github.com/chazmcgarvey/git-codeowners"
       }
    },
-   "version" : "0.45",
+   "version" : "0.46",
    "x_authority" : "cpan:CCM",
    "x_generated_by_perl" : "v5.28.0",
    "x_serialization_backend" : "Cpanel::JSON::XS version 4.15"
index 25bc11c4c5c0c26df8622fe7de193d1fa3c216e1..a2b262609e479b7dc6690e610a4d599f9f048192 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -31,43 +31,43 @@ no_index:
 provides:
   App::Codeowners:
     file: lib/App/Codeowners.pm
-    version: '0.45'
+    version: '0.46'
   App::Codeowners::Formatter:
     file: lib/App/Codeowners/Formatter.pm
-    version: '0.45'
+    version: '0.46'
   App::Codeowners::Formatter::CSV:
     file: lib/App/Codeowners/Formatter/CSV.pm
-    version: '0.45'
+    version: '0.46'
   App::Codeowners::Formatter::JSON:
     file: lib/App/Codeowners/Formatter/JSON.pm
-    version: '0.45'
+    version: '0.46'
   App::Codeowners::Formatter::String:
     file: lib/App/Codeowners/Formatter/String.pm
-    version: '0.45'
+    version: '0.46'
   App::Codeowners::Formatter::TSV:
     file: lib/App/Codeowners/Formatter/TSV.pm
-    version: '0.45'
+    version: '0.46'
   App::Codeowners::Formatter::Table:
     file: lib/App/Codeowners/Formatter/Table.pm
-    version: '0.45'
+    version: '0.46'
   App::Codeowners::Formatter::YAML:
     file: lib/App/Codeowners/Formatter/YAML.pm
-    version: '0.45'
+    version: '0.46'
   App::Codeowners::Options:
     file: lib/App/Codeowners/Options.pm
-    version: '0.45'
+    version: '0.46'
   App::Codeowners::Util:
     file: lib/App/Codeowners/Util.pm
-    version: '0.45'
+    version: '0.46'
   App::Codeowners::Util::Process:
     file: lib/App/Codeowners/Util.pm
-    version: '0.45'
+    version: '0.46'
   File::Codeowners:
     file: lib/File/Codeowners.pm
-    version: '0.45'
+    version: '0.46'
   Test::File::Codeowners:
     file: lib/Test/File/Codeowners.pm
-    version: '0.45'
+    version: '0.46'
 recommends:
   Pod::Usage: '0'
   Term::Detect::Software: '0'
@@ -80,7 +80,7 @@ requires:
   Getopt::Long: '2.39'
   IPC::Open2: '0'
   Module::Load: '0'
-  Path::Tiny: '0'
+  Path::Tiny: '0.089'
   Scalar::Util: '0'
   Test::Builder: '0'
   Text::Gitignore: '0'
@@ -93,7 +93,7 @@ resources:
   bugtracker: https://github.com/chazmcgarvey/git-codeowners/issues
   homepage: https://github.com/chazmcgarvey/git-codeowners
   repository: https://github.com/chazmcgarvey/git-codeowners.git
-version: '0.45'
+version: '0.46'
 x_authority: cpan:CCM
 x_generated_by_perl: v5.28.0
 x_serialization_backend: 'YAML::Tiny version 1.73'
index 4794279ad0771fc8d67df502b20ab85b1afb66e3..23496be5551752c32abeef20553d7a7bca0c3286 100644 (file)
@@ -27,7 +27,7 @@ my %WriteMakefileArgs = (
     "Getopt::Long" => "2.39",
     "IPC::Open2" => 0,
     "Module::Load" => 0,
-    "Path::Tiny" => 0,
+    "Path::Tiny" => "0.089",
     "Scalar::Util" => 0,
     "Test::Builder" => 0,
     "Text::Gitignore" => 0,
@@ -47,7 +47,7 @@ my %WriteMakefileArgs = (
     "Test::Exit" => 0,
     "Test::More" => 0
   },
-  "VERSION" => "0.45",
+  "VERSION" => "0.46",
   "test" => {
     "TESTS" => "t/*.t"
   }
@@ -69,7 +69,7 @@ my %FallbackPrereqs = (
   "IPC::Open2" => 0,
   "IPC::Open3" => 0,
   "Module::Load" => 0,
-  "Path::Tiny" => 0,
+  "Path::Tiny" => "0.089",
   "Scalar::Util" => 0,
   "Test::Builder" => 0,
   "Test::Exit" => 0,
diff --git a/README b/README
index 01b5b3dcb6d9ca8fa416e5a92932413007a12767..8b5ba754c29993bf280890725ab3d49196c56bfb 100644 (file)
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ NAME
 
 VERSION
 
-    version 0.45
+    version 0.46
 
 SYNOPSIS
 
@@ -92,7 +92,7 @@ OPTIONS
 
  --shell-completion
 
-        eval "$(lintany --shell-completion)"
+        eval "$(git-codeowners --shell-completion)"
 
     Print shell code to enable completion to STDOUT, and exit.
 
index fa554bd3321e20556cdf013c7d5fd1817a99408a..92774eb8b5f192a551b0e9b382f1fcc9adb5482b 100755 (executable)
@@ -10,7 +10,7 @@ use strict;
 
 use App::Codeowners;
 
-our $VERSION = '0.45'; # VERSION
+our $VERSION = '0.46'; # VERSION
 
 App::Codeowners->main(@ARGV);
 
@@ -26,7 +26,7 @@ git-codeowners - A tool for managing CODEOWNERS files
 
 =head1 VERSION
 
-version 0.45
+version 0.46
 
 =head1 SYNOPSIS
 
@@ -120,7 +120,7 @@ Alias: C<-f>
 
 =head2 --shell-completion
 
-    eval "$(lintany --shell-completion)"
+    eval "$(git-codeowners --shell-completion)"
 
 Print shell code to enable completion to C<STDOUT>, and exit.
 
index 405c70bf5eed6a7c90669147101105478fcdd8a8..282236b67243dd6929acf16d8593dbfeb6686d63 100644 (file)
@@ -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<git-codeowners> command.
+
+See L<git-codeowners> for documentation.
 
 =head1 METHODS
 
index 2d46f4b1fc085ae9651ae996a2e256c9732a0560..4b0e640f4f6f3d3ce667ef8c86a9fd77f12cd0cf 100644 (file)
@@ -5,7 +5,7 @@ package App::Codeowners::Formatter;
 use warnings;
 use strict;
 
-our $VERSION = '0.45'; # VERSION
+our $VERSION = '0.46'; # VERSION
 
 use Module::Load;
 
@@ -120,7 +120,7 @@ App::Codeowners::Formatter - Base class for formatting codeowners output
 
 =head1 VERSION
 
-version 0.45
+version 0.46
 
 =head1 SYNOPSIS
 
index fccb6a895316f368f5674e895e4091f96f29e623..4dd7bd01a52635ddd2280d6a15ba0d4fdc672b7c 100644 (file)
@@ -5,7 +5,7 @@ package App::Codeowners::Formatter::CSV;
 use warnings;
 use strict;
 
-our $VERSION = '0.45'; # VERSION
+our $VERSION = '0.46'; # VERSION
 
 use parent 'App::Codeowners::Formatter';
 
@@ -63,7 +63,7 @@ App::Codeowners::Formatter::CSV - Format codeowners output as comma-separated va
 
 =head1 VERSION
 
-version 0.45
+version 0.46
 
 =head1 DESCRIPTION
 
index 4c7fd3b0316c956f6decb104ea11654e66481bd3..94fbbb00e76c0aaadfdbaf8753d15a908db038b6 100644 (file)
@@ -5,7 +5,7 @@ package App::Codeowners::Formatter::JSON;
 use warnings;
 use strict;
 
-our $VERSION = '0.45'; # VERSION
+our $VERSION = '0.46'; # VERSION
 
 use parent 'App::Codeowners::Formatter';
 
@@ -42,7 +42,7 @@ App::Codeowners::Formatter::JSON - Format codeowners output as JSON
 
 =head1 VERSION
 
-version 0.45
+version 0.46
 
 =head1 DESCRIPTION
 
index a4c6ad1c8fa636568d0c648764357c33c576b556..a8754994105a2bd09ac6a8fe89b5c10770dacaca 100644 (file)
@@ -5,7 +5,7 @@ package App::Codeowners::Formatter::String;
 use warnings;
 use strict;
 
-our $VERSION = '0.45'; # VERSION
+our $VERSION = '0.46'; # VERSION
 
 use parent 'App::Codeowners::Formatter';
 
@@ -136,7 +136,7 @@ App::Codeowners::Formatter::String - Format codeowners output using printf-like
 
 =head1 VERSION
 
-version 0.45
+version 0.46
 
 =head1 DESCRIPTION
 
index b34b69350f0efb8df4c79ebccdfebd4bd4ccef39..7a20a18b11e8ee78e1aef55972fb1ed74eaabeec 100644 (file)
@@ -5,7 +5,7 @@ package App::Codeowners::Formatter::TSV;
 use warnings;
 use strict;
 
-our $VERSION = '0.45'; # VERSION
+our $VERSION = '0.46'; # VERSION
 
 use parent 'App::Codeowners::Formatter::CSV';
 
@@ -25,7 +25,7 @@ App::Codeowners::Formatter::TSV - Format codeowners output as tab-separated valu
 
 =head1 VERSION
 
-version 0.45
+version 0.46
 
 =head1 DESCRIPTION
 
index 0c87decd2e20830d77f24960b704ab85e8effe23..7d64a0ba053c260cc839377ff708cd79044699fb 100644 (file)
@@ -5,7 +5,7 @@ package App::Codeowners::Formatter::Table;
 use warnings;
 use strict;
 
-our $VERSION = '0.45'; # VERSION
+our $VERSION = '0.46'; # VERSION
 
 use parent 'App::Codeowners::Formatter';
 
@@ -40,7 +40,7 @@ App::Codeowners::Formatter::Table - Format codeowners output as a table
 
 =head1 VERSION
 
-version 0.45
+version 0.46
 
 =head1 DESCRIPTION
 
index 90a3646e6e04e67afd1b5dc59ffe155027c2306f..b54f8e2a2d86038b60fc585907cf517cb9b9baa8 100644 (file)
@@ -5,7 +5,7 @@ package App::Codeowners::Formatter::YAML;
 use warnings;
 use strict;
 
-our $VERSION = '0.45'; # VERSION
+our $VERSION = '0.46'; # VERSION
 
 use parent 'App::Codeowners::Formatter';
 
@@ -36,7 +36,7 @@ App::Codeowners::Formatter::YAML - Format codeowners output as YAML
 
 =head1 VERSION
 
-version 0.45
+version 0.46
 
 =head1 DESCRIPTION
 
index 000f8742e1bf8a5648b94672a8ffa49374bab54b..cf91cce3d4d16ac5c3d6207c23c210c0f959143a 100644 (file)
@@ -8,7 +8,7 @@ use strict;
 use Getopt::Long 2.39 ();
 use Path::Tiny;
 
-our $VERSION = '0.45'; # VERSION
+our $VERSION = '0.46'; # VERSION
 
 sub pod2usage {
     eval { require Pod::Usage };
@@ -299,7 +299,7 @@ App::Codeowners::Options - Getopt and shell completion for App::Codeowners
 
 =head1 VERSION
 
-version 0.45
+version 0.46
 
 =head1 METHODS
 
index d4f829101377a6e9e349b93bdac89bb9a0ce712d..5df7664056839c665032546da6531dbb0f1c20b4 100644 (file)
@@ -23,7 +23,7 @@ our @EXPORT_OK = qw(
     zip
 );
 
-our $VERSION = '0.45'; # VERSION
+our $VERSION = '0.46'; # VERSION
 
 
 sub find_nearest_codeowners {
@@ -280,7 +280,7 @@ App::Codeowners::Util - Grab bag of utility subs for Codeowners modules
 
 =head1 VERSION
 
-version 0.45
+version 0.46
 
 =head1 DESCRIPTION
 
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
 
index 131421b0d32d08e1cc083d36ac582d8327489bfd..44c40a3c63e9c0841ca69b66fae947e8d69bcbac 100644 (file)
@@ -10,7 +10,7 @@ use Encode qw(encode);
 use File::Codeowners;
 use Test::Builder;
 
-our $VERSION = '0.45'; # VERSION
+our $VERSION = '0.46'; # VERSION
 
 my $Test = Test::Builder->new;
 
@@ -88,7 +88,7 @@ Test::File::Codeowners - Write tests for CODEOWNERS files
 
 =head1 VERSION
 
-version 0.45
+version 0.46
 
 =head1 SYNOPSIS
 
index 4ab84197c37b3bf6b59c44013a36b605bec138d5..ee2738172c715ecc2a371ad25001b88857f3a4b9 100644 (file)
@@ -53,7 +53,7 @@ do { my $x = {
                                       'Getopt::Long' => '2.39',
                                       'IPC::Open2' => '0',
                                       'Module::Load' => '0',
-                                      'Path::Tiny' => '0',
+                                      'Path::Tiny' => '0.089',
                                       'Scalar::Util' => '0',
                                       'Test::Builder' => '0',
                                       'Text::Gitignore' => '0',
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.045371 seconds and 4 git commands to generate.