* 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:
* 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
[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]
[Prereqs / RuntimeSuggests]
JSON::MaybeXS = 0
Text::CSV = 0
-Text::Table = 0
+Text::Table::Any = 0
YAML = 0
[Prereqs / DevelopRecommends]
; for fatpack.pl