Query: dist::zilla::role::file
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Dist::Zilla::Role::File(3pm) User Contributed Perl Documentation Dist::Zilla::Role::File(3pm)NAMEDist::Zilla::Role::File - something that can act like a fileVERSIONversion 4.300020DESCRIPTIONThis role describes a file that may be written into the shipped distribution.ATTRIBUTESname This is the name of the file to be written out. added_by This is a string describing when and why the file was added to the distribution. It will generally be set by a plugin implementing the FileInjector role. mode This is the mode with which the file should be written out. It's an integer with the usual "chmod" semantics. It defaults to 0644.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::File(3pm)