The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl module CPAN::Testers::Reports::Counts

0.03 2014-02-10
    - Stopped using LWP::Online in the tests (occasional failures from
      CPAN Testers website were causing failing tests) and instead
      wrapped up http_get():
          CPAN::Testers::Reports::Counts::TestWrapper
      If the http_get() request fails, then we provide fallback data,
      if we have some.

0.02 2014-02-01
    - Bumped min perl to 5.8.0, as use of Internals::SvREADONLY requires it
      (and submitted a pull request to Perl::MinimumVersion to fix that :-)

0.01 2014-01-29
    - Initial release to CPAN