Query: dist::zilla::role::installtool
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Dist::Zilla::Role::InstallTool(3pm) User Contributed Perl Documentation Dist::Zilla::Role::InstallTool(3pm)NAMEDist::Zilla::Role::InstallTool - something that creates an install program for a distVERSIONversion 4.300020DESCRIPTIONPlugins 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::FileInjector, which is also composed by this role.AUTHORRicardo SIGNES <rjbs@cpan.org>COPYRIGHT AND LICENSEThis software is copyright (c) 2012 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. perl v5.14.2 2012-06-21 Dist::Zilla::Role::InstallTool(3pm)