Dist::Zilla::Role::ModuleMaker.3pm

Langue: en

Autres versions - même langue

Version: 2010-06-10 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Dist::Zilla::Role::ModuleMaker - something that injects module files into the dist

VERSION

version 4.101612

DESCRIPTION

Plugins implementing this role have their "make_module" method called for each module requesting creation by the plugin with this name. It is passed a hashref with the following data:
   name - the name of the module to make (a MooseX::Types::Perl::ModuleName)
 
 

Classes composing this role also compose FileInjector and are expected to inject a file for the module being created.

AUTHOR

   Ricardo SIGNES <rjbs@cpan.org>
 
 
This software is copyright (c) 2010 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.