From: Charles McGarvey Date: Wed, 13 Nov 2019 03:29:30 +0000 (-0700) Subject: fix dependencies X-Git-Tag: v0.42~6 X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fgit-codeowners;a=commitdiff_plain;h=f5bbfcbc345874483160d1cf8fb52871ab6a7d85 fix dependencies --- diff --git a/bin/git-codeowners b/bin/git-codeowners index 7262df4..8da6976 100755 --- a/bin/git-codeowners +++ b/bin/git-codeowners @@ -132,7 +132,7 @@ The C<--format> argument can be one of: * C - YAML (requires L) * C - 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 - Colorize the replacement string (if color is ON). * C - 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, but this can be overridden using the diff --git a/dist.ini b/dist.ini index ca06b97..3574581 100644 --- 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