NAME
App::Embra::Role::FileGatherer - something that adds file to your site
VERSION
version 0.001
DESCRIPTION
This role should be implemented by any plugin which plans to add files to your site. It provides one method ("add_file"
), and requires plugins provide a gather_files
method.
gather_files
will be called early in the site collation process, and is expected to call the provided "add_file"
method for each file it wishes to include in the site.
METHODS
add_file
$plugin->add_file( $app_embra_file );
This adds a file to the site.
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.