NAME

Dist::Zilla::dumpphases::Theme::basic::plain - A plain-text theme for dzil dumpphases

VERSION

version 1.000001

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

AUTHORS

  • Kent Fredric <kentnl@cpan.org>

  • Alan Young <harleypig@gmail.com>

  • Oliver Mengué <dolmen@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 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.