| Dist-Zilla documentation | Contained in the Dist-Zilla distribution. |
Dist::Zilla::Role::Chrome - something that provides a user interface for Dist::Zilla
version 4.200008
Ricardo SIGNES <rjbs@cpan.org>
This software is copyright (c) 2011 by Ricardo SIGNES.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
| Dist-Zilla documentation | Contained in the Dist-Zilla distribution. |
package Dist::Zilla::Role::Chrome; BEGIN { $Dist::Zilla::Role::Chrome::VERSION = '4.200008'; } # ABSTRACT: something that provides a user interface for Dist::Zilla use Moose::Role; requires 'logger'; requires 'prompt_str'; requires 'prompt_yn'; requires 'prompt_any_key'; 1; __END__