NAME
Dist::Zilla::Plugin::EnsureNotStale - Abort at build/release time if modules are out of date
VERSION
version 0.052
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).
ACKNOWLEDGEMENTS
Getty made me do this!
SEE ALSO
the [PromptIfStale] plugin in this distribution
the dzil stale command in this distribution
Dist::Zilla::Plugin::Prereqs::MatchInstalled, Dist::Zilla::Plugin::Prereqs::MatchInstalled::All
SUPPORT
Bugs may be submitted through the RT bug tracker (or bug-Dist-Zilla-Plugin-PromptIfStale@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 #distzilla
on irc.perl.org
.
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) 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.