NAME
Dist::Zilla::dumpphases::Theme::basic::plain - A plain-text theme for dzil dumpphases
VERSION
version 1.000009
SYNOPSIS
dzil dumpphases --color-theme=basic::plain
METHODS
print_section_header
See "print_section_header" in Dist::Zilla::dumpphases::Role::Theme.
This satisfies that, printing $label
and $value
,uncolored, as
\n
$label$value\n
print_section_prelude
See "print_section_prelude" in Dist::Zilla::dumpphases::Role::Theme.
This satisfies that, printing $label
and $value
uncolored, as:
- $label$value\n
print_star_assoc
See "print_star_assoc" in Dist::Zilla::dumpphases::Role::Theme.
This satisfies that, printing $label
and $value
uncolored, as:
* $label => $value
AUTHOR
Kent Fredric <kentnl@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Kent Fredric <kentnl@cpan.org>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.