NAME

Dist::Zilla::App::Command::stale - print your distribution's stale prerequisites and plugins

VERSION

version 0.016

SYNOPSIS

$ dzil stale | cpanm

DESCRIPTION

This is a command plugin for Dist::Zilla. It provides the stale command, which acts as [PromptIfStale] would during the build: compares the locally-installed version of a module(s) with the latest indexed version, and print all modules that are thus found to be stale. You could pipe that list to a CPAN client like cpanm to update all of the modules in one quick go.

OPTIONS

There are no options at this time.

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.