5 - Updated for v5.18.3 and v5.18.4
14 - Prepared for v5.21.3
17 - Prepared for v5.21.2
20 - Prepared for v5.21.1
23 - Prepared for v5.20.0
24 - Fix regression in corelist with -v output listing the same perl
26 - Fix regression in corelist with v5.x.10 appearing twice in -a output
29 - Updated for v5.19.11
32 - updated for v5.19.10
35 - prepared for v5.19.10
38 - fix for is_core tests and perls ending in 0
42 - fix Module::CoreList::is_core default perl version
43 - fix Module::CoreList::is_core version comparision
46 - Prepared for v5.19.9
49 - Prepared for v5.19.8
55 - Prepared for v5.19.7
56 - Added CGI et al deprecation status
57 - Finalised for v5.19.7
60 - Finalised for v5.19.6
65 - fixed bug in is_core(): it was naively assuming a linear sequence of releases,
66 rather than the tree with multiple branches.
70 - fixed Module::Build core deprecation
71 - changes_between now has the same API as all other functions
72 - added is_core() which returns true if a module is/was core
73 in a specific version of Perl. Can optionally specify minimum
74 version of the module.
77 - Prepared for v5.19.4
83 - Utils module listing all utilities released with core
87 - Prepared for v5.19.3
96 - Make switches case-sensitive (keep -d and -D distinct)
97 - correct omission of Text::Soundex and File::CheckTree from deprecations
98 - switch %deprecated to a delta hash
101 - Updated for v5.19.0
104 - Updated for v5.18.0
107 - Include deprecations for v5.17.10 and v5.17.11
110 - Updated for v5.17.11
112 - Updated for v5.17.10
115 - Updated for v5.16.3
118 - Updated for v5.14.4
121 - --feature switch added
122 - --upstream switch added
123 - Updated for v5.17.9
126 - Add modules deprecated with v5.17.9
129 - Updated for v5.17.8
131 - v5.17.7 contained Module::CoreList::TieHashDelta 2.79, not 2.78
134 - Updated for v5.17.7
136 - Errno was added in 5.5, not in 5.5.4
139 - Updated for v5.17.6
141 - Fix hash order dependency bug in deprecated_in().
142 Tests would would fail or succeed depending on what order keys()
143 would return the version list in. List::Utils::min() considers
144 '5.011' and '5.011000' to be equivalent, and returns the first
145 whichever it encounters. Changing to List::Utils::minstr() fixes
149 - Updated for v5.12.5
150 - deprecated_in() function added
151 - corelist reports deprecated data
154 - Updated for v5.16.2
157 - Updated for v5.17.5
160 - Updated for v5.14.3
163 - Updated for v.5.17.4
166 - Fix for older perls
169 - Updated for v5.17.3
172 - Updated for v5.16.1
175 - Updated for v5.17.2
178 - Updated for v5.17.1
181 - Updated for v5.17.0
184 - Add the --diff option to compare two perl core modlibs
187 - Update of lib/charnames
190 - Update of Data::Dumper and XS::APItest
196 - Separate the POD (bingos)
199 - Updated for v5.15.8
202 - Updated for v5.15.7
205 - Updated for v5.15.6
208 - Updated for v5.15.5
211 - Updated for v5.15.4
213 2.56 Tues Sept 20 2011
214 - Updated for v5.15.3
215 - Corrected version of Module::CoreList shipped
217 - Corrected Errno being shipped with v5.6.0 and v5.6.1
218 - Corrected VMS::Filespec being shipped with v5.12.3
219 - Corrected DB_File being shipped with v5.8.2
220 - Added http://perlpunks.de/corelist to SEE ALSO
223 - Updated for v5.15.2
226 - Updated for v5.15.1
229 - Added release date option '-r' to corelist
232 - [rt.cpan.org #69108] Extraneous modules listed
233 reported by Dee Newcum
236 - Updated for v5.15.0
239 - Updated for v5.12.4
242 - Updated for v5.14.0
246 - Updated for v5.13.11
249 - Bumped the version number and data for the 5.13.10 release
252 - Merged v5.12.3 and v5.13.9
255 - Updated for v5.12.3
257 2.42_01 Thu Jan 20 2011
258 - Updated for v5.13.9
261 - Updated for v5.13.8
264 - Updated for v5.13.7
267 - Updated for v5.13.6
270 - Updated for v5.13.5
273 - Updated for v5.12.2
277 - Remove 'Filespec' module. It never existed in the core and is supposed to be
278 'VMS::Filespec' instead.
289 2.31_01 Fri Apr 30 2010
290 - [rt.cpan.org #56740] Format Perl versions >= 5.6.0 as X.Y.Z (schwern)
291 - Functional interface amended to make calling conventions consistent
293 - Documented all functions and all hash structures (bingos)
294 - Fixed functions with edge-case involving querying for Module::CoreList
295 itself. Pointed out by Ilmari.
296 - Added removed_from() and removed_from_by_date() functions
297 for querying which release a module was removed from core. (bingos)
298 - Amended corelist utility to use new removed from functions when
299 stating when a module entered core ( and when it left it ). (bingos)
300 - Added tests to the testsuite to cover the edge-cases and new funcs. (bingos)
321 - is_deprecated function and %deprecated hash (dagolden)
327 - Make Module::Corelist recognise $] as a version number on 5.11.0
330 - Update for perl 5.11.1
333 - Update for perl 5.10.1
334 - Remove %patchlevel hash (now that perl uses git and not perforce)
335 - Add %upstream and %bug_tracker data (Nicholas Clark)
338 - Make $] work to select perl version for 5.1 and 5.10 (John Peacock)
339 - Add ExtUtils::Miniperl to the list of core modules for all versions
342 - Fix release date for 5.002 (Grant McLean)
345 - Add missing entries for Config.pm in recent perls
346 - Install in core location for perl >= 5.8.9 (Jerry D. Hedden)
350 - Add a new -d option to find first perl version by date
351 and not by version number
352 - Better handling of perl versions that end with a 0
353 - use version.pm only for version numbers that have multiple dots
355 - Fix tag for 5.00405 (Sam Vilain)
358 - Add data for perl 5.10.0
361 - Add data for perl 5.9.5
364 - first_release() now returns the first release in the order of
365 perl version numbers. Add a new method first_release_by_date()
366 to keep the old behaviour available. Suggested by Michael G Schwern.
367 - Update data about UCD versions
370 - Add versioning for the Unicode Character Database bundled
371 with Perl (H. Merijn Brand)
374 - Make the dependency on version.pm optional
375 - Improve doc of corelist(1)
381 - Regenerate data correctly for 5.8.7, 5.8.8, 5.9.2 and 5.9.3
382 - Add OS-specific modules for those versions
385 Patches by Marius Feraru :
386 - handle dotted perl versions (e.g. 5.8.6)
387 - add an easy way to determine what was some module's version bundled
388 with a specified Perl release
391 Patches by Adriano Ferreira :
392 - corelist utility accepts regexes as arguments, eg. /IPC::Open/
393 - Errors when building regexes are trapped and warning is generated
395 2.04 Thursday 2nd February, 2006
396 Fix patchlevel for 5.8.8 (Gisle Aas)
397 Silence warnings in corelist utility
399 2.03 Wednesday 1st February, 2006
400 Include data for perl 5.9.3 and 5.8.8
402 2.02 Tuesday 31th May, 2005
403 Include data for perl 5.8.7
405 2.01 Sunday 24th April, 2005
406 Allow to specify several modules on the corelist command-line
408 Add a %patchlevel hash to get perforce patchlevels corresponding to
411 2.00 Sunday 10th April, 2005
412 Data from Sebastien Aperghis-Tramoni for perl 5.00{0,1,2}.
414 1.99 Tuesday 5th April, 2005
415 Backport to CPAN the version of Module::CoreList shipped with
416 perl 5.9.2 (containing info for this latest distribution).
417 Install in coreperl instead of sitelib for perls >= 5.9.2.
419 1.98 Saturday 1st January, 2005
420 Data from José Pedro Oliveira for 5.8.6
422 1.97 Wednesday 8th September, 2004
423 Ship with a traditional Makefile.PL
425 1.96 Monday 26th July, 2004
426 Lars Thegler supplied many many fixes as #6922, #7085, #7086,
427 #7089, #7090, #7091, #7092, #7093, #7094, #7095, #7096, #7098,
428 #7099, #7100, and #7101
429 Added the %families hash.
430 Small changes to the tests to ensure that things look consistent.
432 1.95 Wednesday 21st July, 2004
433 Data from José Pedro Oliveira for 5.8.4 and 5.8.5
435 1.94 Monday 12th July, 2004
436 Applied fixes from Lars Thegler (rt.cpan.org tickets #6919,
437 #6920, #6922, and #6923)
438 Data from Jose Pedro Oliveira for 5.005_04, 5.8.3, and 5.9.1.
440 1.93 Friday 14th November, 2003
441 Data for 5.9.0 and 5.6.2
443 1.92 Friday 14th November, 2003
444 Incorporated two patches submitted from anonymous reporters
445 via rt.cpan.org (#4358 and #4359, corelist enhancement and
446 information for 5.8.2)
447 Added 5.8.1 information.
450 - Fix from Mark Fowler - XSLoader is autogenerated too
453 - incorporated PodMaster's corelist script
455 1.8 13th February 2003
456 - reformatted Changes file to use makereadme
457 - fixed version of Exporter::Heavy for 5.8 (as caught by Leon Brocard)
460 - HISTORY contents moved to this Changes file
461 - identify-dependencies script given some loving.
464 - Included Config as a shipped module for all releases of perl
465 (caught by Mark Fowler)
466 - Added data for the 5.8 release.
469 - Fixed a glaring bug caught by the testsuite but sadly
470 released. perl5.004_05 was released post 5.005_03 and so
471 isn't the first release to contain File::Spec.
472 - Added data for 5.003_07, 5.004, and 5.005 releases.
473 - Added the %released hash.
476 - Bugfixes from Roland Bauer to allow the code to work under
478 - Using a cgi developed by Roland caught and fixed a number of
479 bugs in the previous extraction of module names.
480 - Rewrote the name extractor to be simpler.
481 - Added data for the 5.004_05 and 5.6.0 releases of perl.
484 - Initial CPAN release, covers 5.00503, 5.6.1 and 5.7.3