Dist::Zilla::Plugin::GatherDir::Template.3pm

Langue: en

Autres versions - même langue

Version: 2010-06-10 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Dist::Zilla::Plugin::GatherDir::Template - gather all the files in a directory and use them as templates

VERSION

version 4.101612

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.

It is meant to be used when minting dists with "dzil new", but could be used in building existing dists, too.

AUTHOR

   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.