App-cpanchanges

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN


SYNOPSIS

        cpanchanges Moose
        cpanchanges LWP::UserAgent
        cpanchanges --distribution libwww-perl
        cpanchanges --help

DESCRIPTION

    App::cpanchanges looks up release change logs from MetaCPAN
    <https://metacpan.org>'s API and displays them to you in your terminal.
    Think of it as perldoc or cpandoc for change logs.

    By default it expects a module name which it maps to the latest release
    (AUTHOR/Release-Name-VERSION) and then looks up the changes file for
    that release.

    App::cpanchanges is simply a package placeholder for the included
    cpanchanges script. The (currently very tiny) guts of the script may be
    librarized in the future, but they're very simple right now.

AUTHOR

    Thomas Sibley <tsibley@cpan.org>

lib/App/cpanchanges.pm  view on Meta::CPAN


=head1 SYNOPSIS

    cpanchanges Moose
    cpanchanges LWP::UserAgent
    cpanchanges --distribution libwww-perl
    cpanchanges --help

=head1 DESCRIPTION

App::cpanchanges looks up release change logs from
L<MetaCPAN|https://metacpan.org>'s API and displays them to you in your
terminal.  Think of it as L<perldoc> or L<cpandoc|Pod::Cpandoc> for change
logs.

By default it expects a module name which it maps to the latest release
(C<AUTHOR/Release-Name-VERSION>) and then looks up the changes file for that
release.

App::cpanchanges is simply a package placeholder for the included cpanchanges
script.  The (currently very tiny) guts of the script may be librarized in the
future, but they're very simple right now.

=head1 AUTHOR

Thomas Sibley E<lt>tsibley@cpan.orgE<gt>



( run in 0.388 second using v1.01-cache-2.11-cpan-64827b87656 )