]> Dogcows Code - chaz/git-codeowners/commitdiff
fix dependencies
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Wed, 13 Nov 2019 03:29:30 +0000 (20:29 -0700)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Wed, 13 Nov 2019 03:29:30 +0000 (20:29 -0700)
bin/git-codeowners
dist.ini

index 7262df4a558f30aa42a41fa7fe11416fc0273dac..8da69763788b3afa7913053a9ec13e3a42bbdeb0 100755 (executable)
@@ -132,7 +132,7 @@ The C<--format> argument can be one of:
 * C<yaml> - YAML (requires L<YAML>)
 * C<FORMAT> - Custom format (see below)
 
-=head2 Custom
+=head2 Format string
 
 You can specify a custom format using printf-like format sequences. These are the items that can be
 substituted:
@@ -159,7 +159,7 @@ Available filters:
 * C<color:FFFFFF> - Colorize the replacement string (if color is ON).
 * C<nocolor> - Do not colorize replacement string.
 
-=head2 Table
+=head2 Format table
 
 Table formatting can be done by one of several different modules, each with its own features and
 bugs. The default module is L<Text::Table::Tiny>, but this can be overridden using the
index ca06b979b4ffb44508c93e3b950b877ff390b2ec..3574581acbd8e02920375e7d50332af6c861da99 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -21,7 +21,7 @@ run                 = %x maint%pbranch_solo.pl %v %d
 [RemovePhasedPrereqs]
 remove_runtime      = JSON::MaybeXS
 remove_runtime      = Text::CSV
-remove_runtime      = Text::Table
+remove_runtime      = Text::Table::Any
 remove_runtime      = Unicode::GCString
 remove_runtime      = YAML
 [Prereqs / RuntimeRecommends]
@@ -30,7 +30,7 @@ Term::Detect::Software  = 0
 [Prereqs / RuntimeSuggests]
 JSON::MaybeXS       = 0
 Text::CSV           = 0
-Text::Table         = 0
+Text::Table::Any    = 0
 YAML                = 0
 [Prereqs / DevelopRecommends]
 ; for fatpack.pl
This page took 0.021751 seconds and 4 git commands to generate.