The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Chronicle::Plugin::PostBuild - Execute a command post-build

DESCRIPTION

This is module exists to provide compatibility with previous releases, which allowed the user to specify a command to be executed after the blog had been generated.

If your configuration file defines a command to execute after building your blog this module will ensure it is executed.

For example:

  post-build = rsync -vazr output/ user@remote:htdocs/

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.