| Dist::Zilla::Plugin::GatherDir - gather all the files in a directory |
Dist::Zilla::Plugin::GatherDir - gather all the files in a directory
version 2.101151
This is a very, very simple FileGatherer plugin. It looks in the directory named in the root attribute and adds all the files it finds there. If the root begins with a tilde, the tilde is replaced with the current user's home directory according to the File::HomeDir manpage.
Ricardo SIGNES <rjbs@cpan.org>
This software is copyright (c) 2010 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.
| Dist::Zilla::Plugin::GatherDir - gather all the files in a directory |