NAME

App::Embra::Role::FileAssembler - something that assembles file content into its publishable form

VERSION

version 0.001

DESCRIPTION

This role should be implemented by any plugin which alters a file's content into its final format. It requires plugins provide a assemble_files method, which will be called late 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.