NAME
cpan-release-history - show all releases of a distribution
SYNOPSIS
cpan-release-history String-Parity
 1.34   2015-11-06   NEILB
 1.33   2015-10-25   NEILB
 1.32   2014-03-28   NEILB
 1.31   1996-12-11   WINKO
DESCRIPTION
This script displays all releases of a given CPAN distribution, in reverse chronological order. The information displayed is:
The version of the release.
The date of the release.
The PAUSE id of the CPAN author who uploaded the release.
SEE ALSO
CPAN::ReleaseHistory is the module used to get the information.
REPOSITORY
https://github.com/neilbowers/CPAN-ReleaseHistory
AUTHOR
Neil Bowers <neilb@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2020 by Neil Bowers <neilb@cpan.org>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.