bionic (3) Dist::Zilla::Role::FileMunger.3pm.gz

Provided by: libdist-zilla-perl_6.010-1_all bug

NAME

       Dist::Zilla::Role::FileMunger - something that alters a file's destination or content

VERSION

       version 6.010

DESCRIPTION

       A 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" method (note the missing terminal 's') once for each file, excluding files with an encoding
       attribute of 'bytes'.

       The "munge_file" method is expected to change attributes about the file before it is written out to the
       built distribution.

       If you want to modify all files (including ones with an encoding of 'bytes') or want to select a more
       limited set of files, you can provide your own "munge_files" method.

AUTHOR

       Ricardo SIGNES 😏 <rjbs@cpan.org>

       This software is copyright (c) 2017 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.