The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
3.13    2022-05-24

- If LWP can't talk https, try shelling out to wget instead

3.12    2022-04-12

- Fix a minor bug in the tests that caused failures when nothing was actually wrong

3.11    2022-04-07

- Make the order of args to `cpandeps` script unimportant
    (https://github.com/DrHyde/perl-modules-CPAN-FindDependencies/issues/13)

3.10    2021-08-11

- Stop leaking filehandles, so it should still work even when we're not allowed
  to have many open files.

3.09    2021-07-14

- No functional changes. Internal improvements for handling bzipped archives,
  and less picky (and hence more correct) testing of the bundled scripts'
  rendered help output.

3.08    2021-07-08

- Work around another bug in perl on Windows

3.07    2021-07-05

- Work around bug in perl 5.20 and below on Windows when dealing with bzipped archives

3.06    2021-06-29

- Add documentation about tree pruning

3.05    2021-02-23      Skip tests that rely on bzip2 when it's not available

3.04    2020-11-08      Script args can be --args, to be a bit more conventional

3.03    2020-10-29      There are more exciting ways in which perldoc can be
                          missing

3.02    2020-10-28      Patch to force perldoc to not use a pager when the
                          scripts use it to show help

3.01    2020-10-27      Patch for broken systems that don't have perldoc

3.00    2020-10-27      configure_requires is now on by default (and can't be
                          switched off either);
                        Support multiple CPAN mirrors;
                        CPAN indices are only cached for three minutes instead
                          of for the life of your process;
                        maxdepth 0 now works;
                        Add cpandeps-diff script;
                        Add extra doco re dynamic dependencies

2.49    2019-10-23      Support for configure_requires

2.48    2018-05-24      search.cpan.org is going away so switch to using
                          metacpan

2.47    2017-04-13      Make tests pass on perl 5.26

2.46    2016-09-21      Increase timeout for running Makefile.PL, to
                          cope with really slow machines with pitiful
                          I/O

2.45    2016-09-07      No functional changes, bump the required version
                          of YAML::Tiny to cope with some modern META.yml
                          files

2.44    2015-07-21      No functional changes, just fixing tests which
                          broke with modern dependencies on old perl

2.43    2015-04-26      Make segfault go away on Windows

2.42    2013-05-25      Bugfix to cope with inconsistent hash ordering

2.41    2012-09-03      Patched to work through HTTP proxies

2.4     2012-05-27      Fix for RT 65001, 02packages being corrupted
                          by LWP::Simple::get being too damned clever
                          for its own good

2.34    2010-05-29      Parallel testing didn't work on Windows;
                        SKIP if Makefile.PL times out but shouldn't have

2.33    2010-03-12      Optionally report on required module versions

2.32    2009-04-27      Make sure we always chdir() back again in Makefile.PL
                          handler, even if Bad Juju happens, see reports
                          3755239 and 3761690

2.31    2009-04-24      Update version dependency on Parse::CPAN::Packages
                          to avoid a bug in its interaction with the latest
                          Moose
                        Switch from YAML to YAML::Tiny

2.3     2009-04-16      Makefile.PL now times out

2.22    2009-04-15      Script tests now skip on Windows - script works,
                          but tests don't.  If you care, Patches Welcome

2.21    2009-04-15      Fix bug in cpandeps script - CPAN::Config might
                          not exist, but wasn't being used anyway.  Thanks
                          to Andreas Koenig

2.2     2009-04-14      Add stuff to see 'recommended' modules, thanks to
                          Georg Oechsler

2.1     2009-04-11      Add Ian Tegebo's patch to get deps from Makefile.PL

2.0     2007-12-13      Add caching;
                        Uses cached data for testing, so tests are less
                          fragile;
                        Add maxdepth param

1.99_01 2007-12-03      This version was a re-write;
                        No longer supports searching by distribution;
                        Switch to Parse::CPAN::Packages from CPAN.pm;
                        Much better core module detection;
                        Perl version option;
                        Added docs to cpandeps script

1.1     2007-11-07      Error checking in 'cpandeps' script
                        Added 'build_requires' support

1.02    2007-07-19      Now installs 'cpandeps' script;
                        Added 'nowarnings'

1.01    2007-08-19      Updated dependency to CPAN.pm 1.9102

1.0     2007-08-17      Original release