NAME
cpan-listchanges - List changes for CPAN modules
SYNOPSIS
# See what's changed in Plack between your local and the latest on CPAN
cpan-listchanges Plack
# See what's changed for DBI between 1.615 and 1.616 (Use @ and ..)
cpan-listchanges DBI@1.615..1.616
# See the whole changelog for Catalyst::Runtime
cpan-listchanges --all Catalyst
# See what's changed for modules that require upgrades
cpan-listchanges `cpan-outdated -p`