The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl module CPAN::ReleaseHistory

0.03 2014-02-19
    - Added a well_formed option to the release iterator.
      If true, then the iterator only returns releases where the distname
      and author id could be determined by CPAN::DistnameInfo

0.02 2014-02-06
    - Changed the sort order of local cache, so it's sorted on
      distname and then by release time.
    - Noted in the doc that you may discover anomalies in
      CPAN's release history.

0.01 2014-02-05
    - First release to CPAN