The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Dist::Zilla::Plugin::Run::AfterRelease - execute a command of the distribution after release

VERSION

version 0.009

SYNOPSIS

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

or

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

DESCRIPTION

This plugin executes the specified command after releasing.

POSITIONAL PARAMETERS

See "CONVERSIONS" in Dist::Zilla::Plugin::Run for the list of common formatting variables available to all plugins.

For backward compatibility:

  • The 1st %s will be replaced by the archive of the release.

  • The 2nd %s will be replaced by the dist version.

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.