NAME
App::Embra::Role::FileTransformer - something that transforms file content, but not into its publishable form
VERSION
version 0.001
DESCRIPTION
This role should be implemented by any plugin which alters a file's content. It requires plugins provide a transform_files
method, which will be called early in the process of collating your site.
Plugins which implement this role can access the site's files via the files
attribute of its embra
attribute.
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.