Dist::Zilla::Role::Chrome - something that provides a user interface for Dist::Zilla


Dist-Zilla documentation Contained in the Dist-Zilla distribution.

Index


Code Index:

NAME

Top

Dist::Zilla::Role::Chrome - something that provides a user interface for Dist::Zilla

VERSION

Top

version 4.200008

AUTHOR

Top

Ricardo SIGNES <rjbs@cpan.org>

COPYRIGHT AND LICENSE

Top


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__