Dist::Zilla::Role::InstallTool.3pm

Langue: en

Autres versions - même langue

Version: 2010-08-22 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Dist::Zilla::Role::InstallTool - something that creates an install program for a dist

VERSION

version 4.102340

DESCRIPTION

Plugins implementing InstallTool have their "setup_installer" method called to inject files after all other file injection and munging has taken place. They're expected to produce files needed to make the distribution installable, like Makefile.PL or Build.PL and add them with the "add_file" method provided by Dist::Zilla::Role::FileInector, which is also composed by this role.

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.