NAME

App::Embra::Role::SitePublisher - something that publishs files to a site

VERSION

version 0.001

DESCRIPTION

This role should be implemented by any plugin which publishes your site. It requires plugins provide a publish_site method, which will be called as the final step of collating your site.

Plugins which implement this role can access the site's files via the files attribute of its embra attribute, and should publish all files.

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.