Ricardo Signes > Dist-Zilla > Dist::Zilla::Role::FileMunger

Download:
Dist-Zilla-1.093290.tar.gz

Dependencies

Annotate this POD

Website

CPAN RT

Open  0
Stalled  1
View Bugs
Report a bug
Module Version: 1.093290   Source  

NAME ^

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

VERSION ^

version 1.093290

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 (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.

AUTHOR ^

  Ricardo SIGNES <rjbs@cpan.org>

COPYRIGHT AND LICENSE ^

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