Ricardo Signes > Dist-Zilla > Dist::Zilla::Plugin::AllFiles

Download:
Dist-Zilla-1.093250.tar.gz

Dependencies

Annotate this POD

CPAN RT

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

NAME ^

Dist::Zilla::Plugin::AllFiles - gather all the files in your dist's root

VERSION ^

version 1.093250

DESCRIPTION ^

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 File::HomeDir.

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.