App-lcpan-Manual
view release on metacpan or search on metacpan
lib/App/lcpan/Manual/Cookbook.pod view on Meta::CPAN
=head2 Comparing version of installed modules vs local CPAN versions
% lcpan ver-cmp-installed
% lcpan ver-cmp-installed --older-than-db ;# outdated modules (modules that need to be updated)
% lcpan ver-cmp-installed --older-than-db --exclude-core ;# noncore outdated modules (noncore modules that need to be updated)
The C<ver-cmp-installed> subcommand is distributed in
L<App::lcpan::CmdBundle::ver>.
This can also be done using tools like L<cpan-outdated> (from
L<App::cpanoutdated>) or L<cpan-outdated-coro> (from
L<App::cpanoutdated::coro>).
To update outdated modules:
% lcpan-ver-cmp-installed --older-than-db | td select module | lcpanm -n
L<td> is provided by L<App::td>.
=head2 Listing recent modules
# Show modules that were added in the last 2 weeks
( run in 0.486 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )