Query: dist::zilla::role::filemunger
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Dist::Zilla::Role::FileMunger(3pm) User Contributed Perl Documentation Dist::Zilla::Role::FileMunger(3pm)NAMEDist::Zilla::Role::FileMunger - something that alters a file's destination or contentVERSIONversion 4.300020DESCRIPTIONA FileMunger has an opportunity to mess around with each file that will be included in the distribution. Each FileMunger's "munge_files" method is called once. By default, this method will just call the "munge_file" (note the missing terminal 's') once for each file. This method is expected to change attributes about the file before it is written out to the built distribution.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::FileMunger(3pm)