NAME
Dist::Zilla::Plugin::Subversion::Tag - tags a distribution in Subversion
VERSION
version 1.101590
DESCRIPTION
This Dist::Zilla after-release plugin can be used to tag your distribution in Subversion. In addition to the attributes listed here, it can be configured with attributes from Dist::Zilla::Role::Subversion.
ATTRIBUTES
tag_url
URL for the directory receiving tags for your distribution. During release this will be appended with a directory named with your distribution's name and version number.
METHODS
after_release
Implemented for Dist::Zilla::Role::AfterRelease role. Copies the working copy to a tag named after the distribution and its version.
AUTHOR
Mark Gardner <mjgardner@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Mark Gardner.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.