NAME
App::Embra::Plugin::GatherDir - gather all the files in a directory
VERSION
version 0.001
DESCRIPTION
This plugin recursively add all files in a directory to the site.
ATTRIBUTES
from
The directory to gather files from. Defaults to . (the current directory).
include_dotfiles
Whether to consider files and directories beginning with .
(dot) when gathering files. Defaults to false.
exclude_match
A regular expression to match files which should not be gathered. May be used multiple times to specify multiple patterns to exclude.
AUTHOR
Daniel Holz <dgholz@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Daniel Holz.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.