1Dist::Zilla::Role::FileU(s3e)r Contributed Perl DocumentaDtiisotn::Zilla::Role::File(3)
2
3
4
6 Dist::Zilla::Role::File - something that can act like a file
7
9 version 4.300002
10
12 This role describes a file that may be written into the shipped
13 distribution.
14
16 name
17 This is the name of the file to be written out.
18
19 added_by
20 This is a string describing when and why the file was added to the
21 distribution. It will generally be set by a plugin implementing the
22 FileInjector role.
23
24 mode
25 This is the mode with which the file should be written out. It's an
26 integer with the usual "chmod" semantics. It defaults to 0644.
27
29 Ricardo SIGNES <rjbs@cpan.org>
30
32 This software is copyright (c) 2011 by Ricardo SIGNES.
33
34 This is free software; you can redistribute it and/or modify it under
35 the same terms as the Perl 5 programming language system itself.
36
37
38
39perl v5.12.4 2011-09-22 Dist::Zilla::Role::File(3)