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

NAME

Dist::Zilla::Plugin::EnsureNotStale - Abort at build/release time if modules are out of date

VERSION

version 0.032

SYNOPSIS

In your dist.ini:

    [EnsureNotStale]

DESCRIPTION

This is a Dist::Zilla plugin that behaves just like [PromptIfStale] would with its fatal option set to true. Therefore, if there are any stale modules found, the build or release is aborted immediately.

CONFIGURATION OPTIONS

All options are as for [PromptIfStale], except fatal cannot be passed or set (it is always true).

SUPPORT

Bugs may be submitted through the RT bug tracker (or bug-Dist-Zilla-Plugin-PromptIfStale@rt.cpan.org). I am also usually active on irc, as 'ether' at irc.perl.org.

ACKNOWLEDGEMENTS

Getty made me do this!

SEE ALSO

AUTHOR

Karen Etheridge <ether@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 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.