-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCHANGELOG
134 lines (88 loc) · 4.91 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
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