29 - Updated for v5.18.3 and v5.18.4
38 - Prepared for v5.21.3
41 - Prepared for v5.21.2
44 - Prepared for v5.21.1
47 - Prepared for v5.20.0
48 - Fix regression in corelist with -v output listing the same perl
50 - Fix regression in corelist with v5.x.10 appearing twice in -a output
53 - Updated for v5.19.11
56 - updated for v5.19.10
59 - prepared for v5.19.10
62 - fix for is_core tests and perls ending in 0
66 - fix Module::CoreList::is_core default perl version
67 - fix Module::CoreList::is_core version comparison
70 - Prepared for v5.19.9
73 - Prepared for v5.19.8
79 - Prepared for v5.19.7
80 - Added CGI et al deprecation status
81 - Finalised for v5.19.7
84 - Finalised for v5.19.6
89 - fixed bug in is_core(): it was naively assuming a linear sequence of releases,
90 rather than the tree with multiple branches.
94 - fixed Module::Build core deprecation
95 - changes_between now has the same API as all other functions
96 - added is_core() which returns true if a module is/was core
97 in a specific version of Perl. Can optionally specify minimum
98 version of the module.
101 - Prepared for v5.19.4
104 - Updated for v5.19.3
107 - Utils module listing all utilities released with core
108 - Updated for v5.18.1
111 - Prepared for v5.19.3
114 - Updated for v5.19.2
117 - Updated for v5.19.1
120 - Make switches case-sensitive (keep -d and -D distinct)
121 - correct omission of Text::Soundex and File::CheckTree from deprecations
122 - switch %deprecated to a delta hash
125 - Updated for v5.19.0
128 - Updated for v5.18.0
131 - Include deprecations for v5.17.10 and v5.17.11
134 - Updated for v5.17.11
136 - Updated for v5.17.10
139 - Updated for v5.16.3
142 - Updated for v5.14.4
145 - --feature switch added
146 - --upstream switch added
147 - Updated for v5.17.9
150 - Add modules deprecated with v5.17.9
153 - Updated for v5.17.8
155 - v5.17.7 contained Module::CoreList::TieHashDelta 2.79, not 2.78
158 - Updated for v5.17.7
160 - Errno was added in 5.5, not in 5.5.4
163 - Updated for v5.17.6
165 - Fix hash order dependency bug in deprecated_in().
166 Tests would would fail or succeed depending on what order keys()
167 would return the version list in. List::Utils::min() considers
168 '5.011' and '5.011000' to be equivalent, and returns the first
169 whichever it encounters. Changing to List::Utils::minstr() fixes
173 - Updated for v5.12.5
174 - deprecated_in() function added
175 - corelist reports deprecated data
178 - Updated for v5.16.2
181 - Updated for v5.17.5
184 - Updated for v5.14.3
187 - Updated for v.5.17.4
190 - Fix for older perls
193 - Updated for v5.17.3
196 - Updated for v5.16.1
199 - Updated for v5.17.2
202 - Updated for v5.17.1
205 - Updated for v5.17.0
208 - Add the --diff option to compare two perl core modlibs
211 - Update of lib/charnames
214 - Update of Data::Dumper and XS::APItest
220 - Separate the POD (bingos)
223 - Updated for v5.15.8
226 - Updated for v5.15.7
229 - Updated for v5.15.6
232 - Updated for v5.15.5
235 - Updated for v5.15.4
237 2.56 Tues Sept 20 2011
238 - Updated for v5.15.3
239 - Corrected version of Module::CoreList shipped
241 - Corrected Errno being shipped with v5.6.0 and v5.6.1
242 - Corrected VMS::Filespec being shipped with v5.12.3
243 - Corrected DB_File being shipped with v5.8.2
244 - Added http://perlpunks.de/corelist to SEE ALSO
247 - Updated for v5.15.2
250 - Updated for v5.15.1
253 - Added release date option '-r' to corelist
256 - [rt.cpan.org #69108] Extraneous modules listed
257 reported by Dee Newcum
260 - Updated for v5.15.0
263 - Updated for v5.12.4
266 - Updated for v5.14.0
270 - Updated for v5.13.11
273 - Bumped the version number and data for the 5.13.10 release
276 - Merged v5.12.3 and v5.13.9
279 - Updated for v5.12.3
281 2.42_01 Thu Jan 20 2011
282 - Updated for v5.13.9
285 - Updated for v5.13.8
288 - Updated for v5.13.7
291 - Updated for v5.13.6
294 - Updated for v5.13.5
297 - Updated for v5.12.2
301 - Remove 'Filespec' module. It never existed in the core and is supposed to be
302 'VMS::Filespec' instead.
313 2.31_01 Fri Apr 30 2010
314 - [rt.cpan.org #56740] Format Perl versions >= 5.6.0 as X.Y.Z (schwern)
315 - Functional interface amended to make calling conventions consistent
317 - Documented all functions and all hash structures (bingos)
318 - Fixed functions with edge-case involving querying for Module::CoreList
319 itself. Pointed out by Ilmari.
320 - Added removed_from() and removed_from_by_date() functions
321 for querying which release a module was removed from core. (bingos)
322 - Amended corelist utility to use new removed from functions when
323 stating when a module entered core ( and when it left it ). (bingos)
324 - Added tests to the testsuite to cover the edge-cases and new funcs. (bingos)
345 - is_deprecated function and %deprecated hash (dagolden)
351 - Make Module::Corelist recognise $] as a version number on 5.11.0
354 - Update for perl 5.11.1
357 - Update for perl 5.10.1
358 - Remove %patchlevel hash (now that perl uses git and not perforce)
359 - Add %upstream and %bug_tracker data (Nicholas Clark)
362 - Make $] work to select perl version for 5.1 and 5.10 (John Peacock)
363 - Add ExtUtils::Miniperl to the list of core modules for all versions
366 - Fix release date for 5.002 (Grant McLean)
369 - Add missing entries for Config.pm in recent perls
370 - Install in core location for perl >= 5.8.9 (Jerry D. Hedden)
374 - Add a new -d option to find first perl version by date
375 and not by version number
376 - Better handling of perl versions that end with a 0
377 - use version.pm only for version numbers that have multiple dots
379 - Fix tag for 5.00405 (Sam Vilain)
382 - Add data for perl 5.10.0
385 - Add data for perl 5.9.5
388 - first_release() now returns the first release in the order of
389 perl version numbers. Add a new method first_release_by_date()
390 to keep the old behaviour available. Suggested by Michael G Schwern.
391 - Update data about UCD versions
394 - Add versioning for the Unicode Character Database bundled
395 with Perl (H. Merijn Brand)
398 - Make the dependency on version.pm optional
399 - Improve doc of corelist(1)
405 - Regenerate data correctly for 5.8.7, 5.8.8, 5.9.2 and 5.9.3
406 - Add OS-specific modules for those versions
409 Patches by Marius Feraru :
410 - handle dotted perl versions (e.g. 5.8.6)
411 - add an easy way to determine what was some module's version bundled
412 with a specified Perl release
415 Patches by Adriano Ferreira :
416 - corelist utility accepts regexes as arguments, eg. /IPC::Open/
417 - Errors when building regexes are trapped and warning is generated
419 2.04 Thursday 2nd February, 2006
420 Fix patchlevel for 5.8.8 (Gisle Aas)
421 Silence warnings in corelist utility
423 2.03 Wednesday 1st February, 2006
424 Include data for perl 5.9.3 and 5.8.8
426 2.02 Tuesday 31th May, 2005
427 Include data for perl 5.8.7
429 2.01 Sunday 24th April, 2005
430 Allow to specify several modules on the corelist command-line
432 Add a %patchlevel hash to get perforce patchlevels corresponding to
435 2.00 Sunday 10th April, 2005
436 Data from Sebastien Aperghis-Tramoni for perl 5.00{0,1,2}.
438 1.99 Tuesday 5th April, 2005
439 Backport to CPAN the version of Module::CoreList shipped with
440 perl 5.9.2 (containing info for this latest distribution).
441 Install in coreperl instead of sitelib for perls >= 5.9.2.
443 1.98 Saturday 1st January, 2005
444 Data from José Pedro Oliveira for 5.8.6
446 1.97 Wednesday 8th September, 2004
447 Ship with a traditional Makefile.PL
449 1.96 Monday 26th July, 2004
450 Lars Thegler supplied many many fixes as #6922, #7085, #7086,
451 #7089, #7090, #7091, #7092, #7093, #7094, #7095, #7096, #7098,
452 #7099, #7100, and #7101
453 Added the %families hash.
454 Small changes to the tests to ensure that things look consistent.
456 1.95 Wednesday 21st July, 2004
457 Data from José Pedro Oliveira for 5.8.4 and 5.8.5
459 1.94 Monday 12th July, 2004
460 Applied fixes from Lars Thegler (rt.cpan.org tickets #6919,
461 #6920, #6922, and #6923)
462 Data from Jose Pedro Oliveira for 5.005_04, 5.8.3, and 5.9.1.
464 1.93 Friday 14th November, 2003
465 Data for 5.9.0 and 5.6.2
467 1.92 Friday 14th November, 2003
468 Incorporated two patches submitted from anonymous reporters
469 via rt.cpan.org (#4358 and #4359, corelist enhancement and
470 information for 5.8.2)
471 Added 5.8.1 information.
474 - Fix from Mark Fowler - XSLoader is autogenerated too
477 - incorporated PodMaster's corelist script
479 1.8 13th February 2003
480 - reformatted Changes file to use makereadme
481 - fixed version of Exporter::Heavy for 5.8 (as caught by Leon Brocard)
484 - HISTORY contents moved to this Changes file
485 - identify-dependencies script given some loving.
488 - Included Config as a shipped module for all releases of perl
489 (caught by Mark Fowler)
490 - Added data for the 5.8 release.
493 - Fixed a glaring bug caught by the testsuite but sadly
494 released. perl5.004_05 was released post 5.005_03 and so
495 isn't the first release to contain File::Spec.
496 - Added data for 5.003_07, 5.004, and 5.005 releases.
497 - Added the %released hash.
500 - Bugfixes from Roland Bauer to allow the code to work under
502 - Using a cgi developed by Roland caught and fixed a number of
503 bugs in the previous extraction of module names.
504 - Rewrote the name extractor to be simpler.
505 - Added data for the 5.004_05 and 5.6.0 releases of perl.
508 - Initial CPAN release, covers 5.00503, 5.6.1 and 5.7.3