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

Dist::Zilla::Plugin::Run - Overview Module - just documentation

VERSION

version 0.003

SYNOPSIS

  [Run::BeforeRelease]
  run = script/myapp_before.pl %s

  [Run::Release]
  run = script/myapp_deploy.pl %s

  [Run::AfterRelease]
  run = script/myapp_after.pl %s

AUTHOR

Torsten Raudssus <torsten@raudssus.de> http://www.raudssus.de/

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Raudssus Social Software.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.