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

NAME

Dist::Zilla::Plugin::Subversion::ReleaseDist - releases a distribution's tarball to Subversion

VERSION

version 1.101590

DESCRIPTION

This Dist::Zilla release plugin can be used to copy your distribution's tarball to a directory in Subversion. In addition to the attributes listed here, it can be configured with attributes from Dist::Zilla::Role::Subversion.

ATTRIBUTES

dist_url

URL for the directory receiving distribution tarballs. Defaults to "dists" within the base directory of the distribution, alongside "trunk", "branches" and "tags".

METHODS

release

Implemented for Dist::Zilla::Role::Releaser role. Imports the distribution tarball to the Subversion repository.

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.