The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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
Screenshot

METHODS

See "print_section_header" in Dist::Zilla::dumpphases::Role::Theme.

This satisfies that, printing $label and $value,uncolored, as

    \n
    $label$value\n

See "print_section_prelude" in Dist::Zilla::dumpphases::Role::Theme.

This satisfies that, printing $label and $value uncolored, as:

     - $label$value\n

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.