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

NAME

Dist::Zilla::Role::Subversion - does Subversion actions for a distribution

VERSION

version 1.101590

DESCRIPTION

This role is used within the Subversion plugin to provide common attributes and defaults.

ATTRIBUTES

svn_user

Your Subversion user ID. Defaults to the cached credentials for your distribution's working copy.

svn_password

Your Subversion password. Defaults to the cached credentials for your distribution's working copy.

working_url

URL for the directory currently holding your distribution. Defaults to your distribution's repository location as stated in your META.yml file, or the URL associated with the current working copy.

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.