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

NAME

Dist::Zilla::Plugin::BlockRelease - Prevent a release from occurring

VERSION

version 0.003

SYNOPSIS

In your dist.ini:

    [BlockRelease]

DESCRIPTION

This plugin, when loaded, prevents dzil release from completing. It is useful to include temporarily, while developing (perhaps while using some development-only requirements or code, to guard against an accidental release.

Load it last to allow all other BeforeRelease plugins to still perform their checks, or first to stop these pre-release checks from occurring.

SUPPORT

Bugs may be submitted through the RT bug tracker (or bug-Dist-Zilla-Plugin-BlockRelease@rt.cpan.org).

There is also a mailing list available for users of this distribution, at http://dzil.org/#mailing-list.

There is also an irc channel available for users of this distribution, at irc://irc.perl.org/#distzilla.

I am also usually active on irc, as 'ether' at irc.perl.org.

AUTHOR

Karen Etheridge <ether@cpan.org>

COPYRIGHT AND LICENCE

This software is copyright (c) 2014 by Karen Etheridge.

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