NAME
Chronicle::Plugin::PreBuild - Execute a command pre-build
DESCRIPTION
This is module exists to provide compatibility with previous releases, which allowed the user to specify a command to be executed prior to the blog-generation.
If your configuration file defines a command to execute prior to building your blog this module will ensure it is executed.
For example:
pre-build = rsync -vazr user@remote::comments/ comments/
NOTE The working directory will not be changed prior to executing the command.
AUTHOR
Steve Kemp <steve@steve.org.uk>
COPYRIGHT AND LICENSE
Copyright (C) 2014 Steve Kemp <steve@steve.org.uk>.
This library is free software. You can modify and or distribute it under the same terms as Perl itself.