NAME¶
Dist::Zilla::Role::AfterRelease - something that runs after release is mostly
complete
DESCRIPTION¶
Plugins implementing this role have their
"after_release" method called once the
release is done. The archive filename, if one was built, is passed as the sole
argument.
AUTHOR¶
Ricardo SIGNES 😏 <rjbs@cpan.org>
COPYRIGHT AND LICENSE¶
This software is copyright (c) 2018 by Ricardo SIGNES.
This is free software; you can redistribute it and/or modify it
under the same terms as the Perl 5 programming language system itself.