NAME
Dist::Zilla::Plugin::ReleaseOnlyWithLatest - Release the distribution only if specific modules are at latest state
VERSION
version 0.001
SYNOPSIS
# Requires latest release from CPAN
[ReleaseOnlyWithLatest]
package = Dist::Zilla::PluginBundle::Author::YOU
# Requires latest release from a custom CPAN
[ReleaseOnlyWithLatest]
index = http://duckpan.org
package = Dist::Zilla::Plugin::UploadToDuckPAN
# Several ways to add several modules
[ReleaseOnlyWithLatest]
package = Package::A,Package::B
package = Package::C,Package::D
DESCRIPTION
AUTHOR
Torsten Raudssus <torsten@raudss.us>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Torsten Raudssus.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.