NAME¶
Dist::Zilla::File::OnDisk - a file that comes from your filesystem
DESCRIPTION¶
This represents a file stored on disk. Its
"content" attribute is read from the
originally given file name when first read, but is then kept in memory and may
be altered by plugins.
AUTHOR¶
Ricardo SIGNES 😏 <rjbs@cpan.org>
COPYRIGHT AND LICENSE¶
This software is copyright (c) 2018 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.