Commit | Line | Data |
---|---|---|
cd1607cd | 1 | 2.92 |
81115207 | 2 | - Make switches case-sensitive (keep -d and -D distinct) |
1a2d1f10 | 3 | - correct omission of Text::Soundex and File::CheckTree from deprecations |
cd1607cd | 4 | - switch %deprecated to a delta hash |
81115207 RS |
5 | |
6 | 2.91 Mon May 20 2013 | |
7 | - Updated for v5.19.0 | |
8 | ||
9 | 2.90 Mon May 18 2013 | |
058ce27e RS |
10 | - Updated for v5.18.0 |
11 | ||
4a6672dc CBW |
12 | 2.88 Tue Apr 23 2013 |
13 | - Include deprecations for v5.17.10 and v5.17.11 | |
14 | ||
15 | 2.87 Sat Apr 20 2013 | |
16 | - Updated for v5.17.11 | |
fd3b4111 MM |
17 | 2.85 Thu Mar 19 2013 |
18 | - Updated for v5.17.10 | |
19 | ||
cd98b2f5 CBW |
20 | 2.84 Mon Mar 11 2013 |
21 | - Updated for v5.16.3 | |
22 | ||
11d2dbf3 | 23 | 2.83 Sun Mar 10 2013 |
6ee607eb CBW |
24 | - Updated for v5.14.4 |
25 | ||
cff517f5 CBW |
26 | 2.82 Wed Feb 20 2013 |
27 | - --feature switch added | |
28 | - --upstream switch added | |
29 | - Updated for v5.17.9 | |
30 | ||
299c740c CBW |
31 | 2.81 Sun Jan 27 2013 |
32 | - Add modules deprecated with v5.17.9 | |
33 | ||
dd4b1c75 AC |
34 | 2.80 Sun Jan 20 2013 |
35 | - Updated for v5.17.8 | |
36 | ||
37 | - v5.17.7 contained Module::CoreList::TieHashDelta 2.79, not 2.78 | |
38 | ||
fe03d33b DR |
39 | 2.79 Tue Dec 18 2012 |
40 | - Updated for v5.17.7 | |
41 | ||
1549d03d AC |
42 | - Errno was added in 5.5, not in 5.5.4 |
43 | ||
94691b80 | 44 | 2.78 Sat Nov 12 2012 |
e498bd59 RS |
45 | - Updated for v5.17.6 |
46 | ||
94691b80 YO |
47 | - Fix hash order dependency bug in deprecated_in(). |
48 | Tests would would fail or succeed depending on what order keys() | |
49 | would return the version list in. List::Utils::min() considers | |
50 | '5.011' and '5.011000' to be equivalent, and returns the first | |
51 | whichever it encounters. Changing to List::Utils::minstr() fixes | |
52 | this. | |
53 | ||
3df1c36a CBW |
54 | 2.77 Sat Nov 10 2012 |
55 | - Updated for v5.12.5 | |
56 | - deprecated_in() function added | |
57 | - corelist reports deprecated data | |
58 | ||
e0a7ebbc CBW |
59 | 2.76 Fri Nov 1 2012 |
60 | - Updated for v5.16.2 | |
61 | ||
03708946 FR |
62 | 2.75 Fri Oct 20 2012 |
63 | - Updated for v5.17.5 | |
64 | ||
ef559253 CBW |
65 | 2.74 Fri Oct 12 2012 |
66 | - Updated for v5.14.3 | |
67 | ||
a1484e43 FR |
68 | 2.73 Thu Sep 20 2012 |
69 | - Updated for v.5.17.4 | |
70 | ||
644f7c9e CBW |
71 | 2.72 Tue aug 21 2012 |
72 | - Fix for older perls | |
73 | ||
752b5616 SH |
74 | 2.71 Mon Aug 20 2012 |
75 | - Updated for v5.17.3 | |
76 | ||
77 | 2.70 Thu Aug 9 2012 | |
78 | - Updated for v5.16.1 | |
79 | ||
7ca04d94 TC |
80 | 2.69 Fri Jul 20 2012 |
81 | - Updated for v5.17.2 | |
82 | ||
71014848 JL |
83 | 2.68 Tue Jun 19 2012 |
84 | - Updated for v5.17.1 | |
85 | ||
f558db2f Z |
86 | 2.67 Sat May 26 2012 |
87 | - Updated for v5.17.0 | |
88 | ||
835bc841 RS |
89 | 2.66 ?? |
90 | - Add the --diff option to compare two perl core modlibs | |
91 | ||
34312112 A |
92 | 2.65 Tue Mar 20 2012 |
93 | - Update of lib/charnames | |
94 | ||
95 | 2.64 Tue Mar 20 2012 | |
96 | - Update of Data::Dumper and XS::APItest | |
97 | ||
98 | 2.63 Tue Mar 20 2012 | |
99 | - Update for v5.15.9 | |
100 | ||
dd4d388c CBW |
101 | 2.62 Thu Mar 15 2012 |
102 | - Separate the POD (bingos) | |
103 | ||
f50587e0 MM |
104 | 2.61 Fri Feb 20 2012 |
105 | - Updated for v5.15.8 | |
106 | ||
b240fc0f CBW |
107 | 2.60 Fri Jan 20 2012 |
108 | - Updated for v5.15.7 | |
109 | ||
273189ea DR |
110 | 2.59 Sun Dec 20 2011 |
111 | - Updated for v5.15.6 | |
112 | ||
40f3bdee SH |
113 | 2.58 Sun Nov 20 2011 |
114 | - Updated for v5.15.5 | |
115 | ||
116 | 2.57 Thu Oct 20 2011 | |
f0381222 FR |
117 | - Updated for v5.15.4 |
118 | ||
e46b3c7d SL |
119 | 2.56 Tues Sept 20 2011 |
120 | - Updated for v5.15.3 | |
77cc041d CBW |
121 | - Corrected version of Module::CoreList shipped |
122 | with v5.10.0 | |
2b7e2f65 CBW |
123 | - Corrected Errno being shipped with v5.6.0 and v5.6.1 |
124 | - Corrected VMS::Filespec being shipped with v5.12.3 | |
47ec1fa6 | 125 | - Corrected DB_File being shipped with v5.8.2 |
2b7e2f65 | 126 | - Added http://perlpunks.de/corelist to SEE ALSO |
77cc041d | 127 | |
2f183b41 RS |
128 | 2.55 Sat Aug 20 2011 |
129 | - Updated for v5.15.2 | |
130 | ||
48b66e80 Z |
131 | 2.54 Wed Jul 20 2011 |
132 | - Updated for v5.15.1 | |
133 | ||
dd413713 CBW |
134 | 2.53 Thu Jul 14 2011 |
135 | - Added release date option '-r' to corelist | |
136 | ||
734696e3 CBW |
137 | 2.52 Mon Jul 4 2011 |
138 | - [rt.cpan.org #69108] Extraneous modules listed | |
139 | reported by Dee Newcum | |
140 | ||
1f1f08f5 DG |
141 | 2.51 |
142 | - Updated for v5.15.0 | |
143 | ||
0b3bdea4 LB |
144 | 2.50 |
145 | - Updated for v5.12.4 | |
146 | ||
ee2a35ba | 147 | 2.49 |
f3fd521e JV |
148 | - Updated for v5.14.0 |
149 | ||
45492fbf FR |
150 | 2.46 Sun Mar 20 2011 |
151 | - Resolved RT #59511 | |
152 | - Updated for v5.13.11 | |
95effdf1 | 153 | |
892528fd | 154 | 2.45 Sun Feb 20 2011 |
071e5f37 AB |
155 | - Bumped the version number and data for the 5.13.10 release |
156 | ||
f1495101 CBW |
157 | 2.44 Sat Jan 22 2011 |
158 | - Merged v5.12.3 and v5.13.9 | |
159 | ||
160 | 2.43 Sat Jan 22 2011 | |
6402e2d3 RS |
161 | - Updated for v5.12.3 |
162 | ||
2926a53c CBW |
163 | 2.42_01 Thu Jan 20 2011 |
164 | - Updated for v5.13.9 | |
165 | ||
67dbc274 Z |
166 | 2.42 Mon Dec 20 2010 |
167 | - Updated for v5.13.8 | |
168 | ||
d24e0a99 CBW |
169 | 2.41 Sat Nov 20 2010 |
170 | - Updated for v5.13.7 | |
171 | ||
7de25fd5 TM |
172 | 2.40 Wed Oct 20 2010 |
173 | - Updated for v5.13.6 | |
174 | ||
0530d763 SH |
175 | 2.39 Sun Sep 19 2010 |
176 | - Updated for v5.13.5 | |
177 | ||
134bbc57 CBW |
178 | 2.38 Mon Sep 07 2010 |
179 | - Updated for v5.12.2 | |
180 | ||
7529c15c FR |
181 | 2.37 Tue Jul 20 2010 |
182 | - Updated for 5.13.4 | |
183 | - Remove 'Filespec' module. It never existed in the core and is supposed to be | |
184 | 'VMS::Filespec' instead. | |
185 | ||
a4729c0f DG |
186 | 2.36 Tue Jul 20 2010 |
187 | - Updated for 5.13.3 | |
188 | ||
37e1f6c7 MT |
189 | 2.35 Thu Jun 22 2010 |
190 | - Updated for 5.13.2 | |
191 | ||
192 | 2.34 Thu May 20 2010 | |
2db8ee47 RS |
193 | - Updated for 5.13.1 |
194 | ||
2cf408ea CBW |
195 | 2.31_01 Fri Apr 30 2010 |
196 | - [rt.cpan.org #56740] Format Perl versions >= 5.6.0 as X.Y.Z (schwern) | |
197 | - Functional interface amended to make calling conventions consistent | |
198 | (bingos) | |
199 | - Documented all functions and all hash structures (bingos) | |
200 | - Fixed functions with edge-case involving querying for Module::CoreList | |
201 | itself. Pointed out by Ilmari. | |
7529c15c | 202 | - Added removed_from() and removed_from_by_date() functions |
2cf408ea CBW |
203 | for querying which release a module was removed from core. (bingos) |
204 | - Amended corelist utility to use new removed from functions when | |
205 | stating when a module entered core ( and when it left it ). (bingos) | |
206 | - Added tests to the testsuite to cover the edge-cases and new funcs. (bingos) | |
207 | ||
3ec75686 LB |
208 | 2.31 Sun Mar 20 2010 |
209 | - Updated for 5.13.0 | |
210 | ||
812cbf67 JV |
211 | 2.27 Sun Mar 14 2010 |
212 | - Updated for 5.12.0 | |
213 | ||
2a3ea5b5 SH |
214 | 2.26 Sat Feb 20 2010 |
215 | - Updated for 5.11.5 | |
216 | ||
d3cba0fe RS |
217 | 2.25 Wed Jan 20 2010 |
218 | - Updated for 5.11.4 | |
219 | ||
220 | 2.24 Mon Dec 21 2009 | |
221 | - Updated for 5.11.3 | |
222 | ||
7c5c215e CBW |
223 | 2.23 Fri Nov 20 2009 |
224 | - Updated for 5.11.2 | |
225 | ||
2098fd41 CBW |
226 | 2.22 Thu Oct 22 2009 |
227 | - is_deprecated function and %deprecated hash (dagolden) | |
228 | ||
1bb41870 CBW |
229 | 2.21 <> |
230 | - Added 5.11.1 | |
231 | ||
2a61b338 RGS |
232 | 2.20 Sat Oct 3 2009 |
233 | - Make Module::Corelist recognise $] as a version number on 5.11.0 | |
234 | ||
235 | 2.19 Fri Oct 2 2009 | |
9eea45ee RGS |
236 | - Update for perl 5.11.1 |
237 | ||
3a02dfe7 RGS |
238 | 2.18 Mon Aug 24 2009 |
239 | - Update for perl 5.10.1 | |
240 | - Remove %patchlevel hash (now that perl uses git and not perforce) | |
241 | - Add %upstream and %bug_tracker data (Nicholas Clark) | |
242 | ||
243 | 2.17 Sun Jan 18 2009 | |
244 | - Make $] work to select perl version for 5.1 and 5.10 (John Peacock) | |
245 | - Add ExtUtils::Miniperl to the list of core modules for all versions | |
246 | >= 5.00504 | |
247 | - Add 5.8.9 | |
248 | - Fix release date for 5.002 (Grant McLean) | |
249 | ||
250 | 2.15 Tue Apr 1 2008 | |
251 | - Add missing entries for Config.pm in recent perls | |
252 | - Install in core location for perl >= 5.8.9 (Jerry D. Hedden) | |
253 | ||
254 | 2.14 Mon Mar 17 2008 | |
255 | corelist changes: | |
256 | - Add a new -d option to find first perl version by date | |
257 | and not by version number | |
258 | - Better handling of perl versions that end with a 0 | |
259 | - use version.pm only for version numbers that have multiple dots | |
260 | ||
261 | - Fix tag for 5.00405 (Sam Vilain) | |
262 | ||
263 | 2.13 Tue Dec 18 2007 | |
264 | - Add data for perl 5.10.0 | |
265 | ||
266 | 2.12 Mon Jul 9 2007 | |
267 | - Add data for perl 5.9.5 | |
268 | ||
269 | 2.11 Thu May 10 2007 | |
270 | - first_release() now returns the first release in the order of | |
271 | perl version numbers. Add a new method first_release_by_date() | |
272 | to keep the old behaviour available. Suggested by Michael G Schwern. | |
273 | - Update data about UCD versions | |
274 | ||
275 | 2.10 Wed May 9 2007 | |
276 | - Add versioning for the Unicode Character Database bundled | |
277 | with Perl (H. Merijn Brand) | |
278 | ||
279 | 2.09 Thu Oct 5 2006 | |
280 | - Make the dependency on version.pm optional | |
281 | - Improve doc of corelist(1) | |
282 | ||
283 | 2.08 Thu Sep 7 2006 | |
284 | - Add data for 5.9.4 | |
285 | ||
286 | 2.07 Wed Aug 9 2006 | |
287 | - Regenerate data correctly for 5.8.7, 5.8.8, 5.9.2 and 5.9.3 | |
288 | - Add OS-specific modules for those versions | |
289 | ||
290 | 2.06 Tue Aug 1 2006 | |
291 | Patches by Marius Feraru : | |
292 | - handle dotted perl versions (e.g. 5.8.6) | |
293 | - add an easy way to determine what was some module's version bundled | |
294 | with a specified Perl release | |
295 | ||
296 | 2.05 Tue Jun 6 2006 | |
297 | Patches by Adriano Ferreira : | |
298 | - corelist utility accepts regexes as arguments, eg. /IPC::Open/ | |
299 | - Errors when building regexes are trapped and warning is generated | |
300 | ||
301 | 2.04 Thursday 2nd February, 2006 | |
302 | Fix patchlevel for 5.8.8 (Gisle Aas) | |
303 | Silence warnings in corelist utility | |
304 | ||
305 | 2.03 Wednesday 1st February, 2006 | |
306 | Include data for perl 5.9.3 and 5.8.8 | |
307 | ||
308 | 2.02 Tuesday 31th May, 2005 | |
309 | Include data for perl 5.8.7 | |
310 | ||
311 | 2.01 Sunday 24th April, 2005 | |
312 | Allow to specify several modules on the corelist command-line | |
313 | (Yves Orton) | |
314 | Add a %patchlevel hash to get perforce patchlevels corresponding to | |
315 | released versions | |
316 | ||
317 | 2.00 Sunday 10th April, 2005 | |
318 | Data from Sebastien Aperghis-Tramoni for perl 5.00{0,1,2}. | |
319 | ||
320 | 1.99 Tuesday 5th April, 2005 | |
321 | Backport to CPAN the version of Module::CoreList shipped with | |
322 | perl 5.9.2 (containing info for this latest distribution). | |
323 | Install in coreperl instead of sitelib for perls >= 5.9.2. | |
324 | ||
325 | 1.98 Saturday 1st January, 2005 | |
326 | Data from José Pedro Oliveira for 5.8.6 | |
327 | ||
328 | 1.97 Wednesday 8th September, 2004 | |
329 | Ship with a traditional Makefile.PL | |
330 | ||
331 | 1.96 Monday 26th July, 2004 | |
332 | Lars Thegler supplied many many fixes as #6922, #7085, #7086, | |
333 | #7089, #7090, #7091, #7092, #7093, #7094, #7095, #7096, #7098, | |
334 | #7099, #7100, and #7101 | |
335 | Added the %families hash. | |
336 | Small changes to the tests to ensure that things look consistent. | |
337 | ||
338 | 1.95 Wednesday 21st July, 2004 | |
339 | Data from José Pedro Oliveira for 5.8.4 and 5.8.5 | |
340 | ||
341 | 1.94 Monday 12th July, 2004 | |
342 | Applied fixes from Lars Thegler (rt.cpan.org tickets #6919, | |
343 | #6920, #6922, and #6923) | |
344 | Data from Jose Pedro Oliveira for 5.005_04, 5.8.3, and 5.9.1. | |
345 | ||
346 | 1.93 Friday 14th November, 2003 | |
347 | Data for 5.9.0 and 5.6.2 | |
348 | ||
349 | 1.92 Friday 14th November, 2003 | |
350 | Incorporated two patches submitted from anonymous reporters | |
351 | via rt.cpan.org (#4358 and #4359, corelist enhancement and | |
352 | information for 5.8.2) | |
353 | Added 5.8.1 information. | |
354 | ||
355 | 1.91 18th May 2003 | |
356 | - Fix from Mark Fowler - XSLoader is autogenerated too | |
357 | ||
358 | 1.9 22nd April 2003 | |
c4a6f826 | 359 | - incorporated PodMaster's corelist script |
3a02dfe7 RGS |
360 | |
361 | 1.8 13th February 2003 | |
362 | - reformatted Changes file to use makereadme | |
363 | - fixed version of Exporter::Heavy for 5.8 (as caught by Leon Brocard) | |
364 | ||
365 | 1.7 30th July 2002 | |
366 | - HISTORY contents moved to this Changes file | |
367 | - identify-dependencies script given some loving. | |
368 | ||
369 | 1.6 July 2002 | |
370 | - Included Config as a shipped module for all releases of perl | |
371 | (caught by Mark Fowler) | |
372 | - Added data for the 5.8 release. | |
373 | ||
374 | 1.5 2nd April 2002 | |
375 | - Fixed a glaring bug caught by the testsuite but sadly | |
376 | released. perl5.004_05 was released post 5.005_03 and so | |
377 | isn't the first release to contain File::Spec. | |
378 | - Added data for 5.003_07, 5.004, and 5.005 releases. | |
379 | - Added the %released hash. | |
380 | ||
381 | 1.4 2nd April 2002 | |
382 | - Bugfixes from Roland Bauer to allow the code to work under | |
383 | 5.004_04. | |
384 | - Using a cgi developed by Roland caught and fixed a number of | |
385 | bugs in the previous extraction of module names. | |
386 | - Rewrote the name extractor to be simpler. | |
387 | - Added data for the 5.004_05 and 5.6.0 releases of perl. | |
388 | ||
389 | 1.3 25th March 2002 | |
390 | - Initial CPAN release, covers 5.00503, 5.6.1 and 5.7.3 |