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

NAME

Dist::Zilla::Plugin::SVK::Push - push current branch

VERSION

version 0.10

SYNOPSIS

In your dist.ini:

    [SVK::Push]
    push_to = //mirror      ; this is the default, the project is underneath

DESCRIPTION

Once the release is done, this plugin will push current svk branch to remote that it was copied from, but the associated tags need the mirror name.

The plugin accepts the following options:

  • push_to - the name of the remote repo to push to. The default is //mirror. The project and tags subdirectories underneath the remote are from Tag.pm,

AUTHOR

Dr Bean <drbean at (a) cpan dot (.) org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Dr Bean.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.