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

0.04 2013-10-12
    - Added a release() method, which takes a dist name and returns
      a PAUSE::Packages::Release for the latest release of that dist.

0.03 2013-09-20
    - Changed SYNOPSIS and doc to make it clear that you should require at
      least version 0.02 of PAUSE::Packages,
      given the changes from 0.01 to 0.02
    - Added SEE ALSO section with links to
            Parse::CPAN::Packages
            Parse::CPAN::Packages::Fast

0.02 2013-09-13
    - Now process 02packages and transform into a format where all modules
      in a release are encoded in JSON and recorded on one line.
      Thanks to DAGOLDEN for the suggestion to use JSON.
    - We only hold onto the latest release for each dist
    - Dropped EntryIterator as it no longer makes sense

0.01 2013-08-26
    - first release to CPAN