dist::zilla::role::installtool(3pm) debian man page | unix.com

Man Page: dist::zilla::role::installtool

Operating Environment: debian

Section: 3pm

Dist::Zilla::Role::InstallTool(3pm)			User Contributed Perl Documentation		       Dist::Zilla::Role::InstallTool(3pm)

NAME
Dist::Zilla::Role::InstallTool - something that creates an install program for a dist
VERSION
version 4.300020
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::FileInjector, which is also composed by this role.
AUTHOR
Ricardo SIGNES <rjbs@cpan.org>
COPYRIGHT AND LICENSE
This 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)
Related Man Pages
dist::zilla::plugin::makemaker(3pm) - debian
dist::zilla::plugin::pkgversion(3pm) - debian
dist::zilla::role::filefinder(3pm) - debian
dist::zilla::role::filefinderuser(3pm) - debian
dist::zilla::role::ppi(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Detecting unused variables...
Find columns in a file based on header and print to new file