8 - prepared for v5.19.10
11 - fix for is_core tests and perls ending in 0
15 - fix Module::CoreList::is_core default perl version
16 - fix Module::CoreList::is_core version comparision
19 - Prepared for v5.19.9
22 - Prepared for v5.19.8
28 - Prepared for v5.19.7
29 - Added CGI et al deprecation status
30 - Finalised for v5.19.7
33 - Finalised for v5.19.6
38 - fixed bug in is_core(): it was naively assuming a linear sequence of releases,
39 rather than the tree with multiple branches.
43 - fixed Module::Build core deprecation
44 - changes_between now has the same API as all other functions
45 - added is_core() which returns true if a module is/was core
46 in a specific version of Perl. Can optionally specify minimum
47 version of the module.
50 - Prepared for v5.19.4
56 - Utils module listing all utilities released with core
60 - Prepared for v5.19.3
69 - Make switches case-sensitive (keep -d and -D distinct)
70 - correct omission of Text::Soundex and File::CheckTree from deprecations
71 - switch %deprecated to a delta hash
80 - Include deprecations for v5.17.10 and v5.17.11
83 - Updated for v5.17.11
85 - Updated for v5.17.10
94 - --feature switch added
95 - --upstream switch added
99 - Add modules deprecated with v5.17.9
102 - Updated for v5.17.8
104 - v5.17.7 contained Module::CoreList::TieHashDelta 2.79, not 2.78
107 - Updated for v5.17.7
109 - Errno was added in 5.5, not in 5.5.4
112 - Updated for v5.17.6
114 - Fix hash order dependency bug in deprecated_in().
115 Tests would would fail or succeed depending on what order keys()
116 would return the version list in. List::Utils::min() considers
117 '5.011' and '5.011000' to be equivalent, and returns the first
118 whichever it encounters. Changing to List::Utils::minstr() fixes
122 - Updated for v5.12.5
123 - deprecated_in() function added
124 - corelist reports deprecated data
127 - Updated for v5.16.2
130 - Updated for v5.17.5
133 - Updated for v5.14.3
136 - Updated for v.5.17.4
139 - Fix for older perls
142 - Updated for v5.17.3
145 - Updated for v5.16.1
148 - Updated for v5.17.2
151 - Updated for v5.17.1
154 - Updated for v5.17.0
157 - Add the --diff option to compare two perl core modlibs
160 - Update of lib/charnames
163 - Update of Data::Dumper and XS::APItest
169 - Separate the POD (bingos)
172 - Updated for v5.15.8
175 - Updated for v5.15.7
178 - Updated for v5.15.6
181 - Updated for v5.15.5
184 - Updated for v5.15.4
186 2.56 Tues Sept 20 2011
187 - Updated for v5.15.3
188 - Corrected version of Module::CoreList shipped
190 - Corrected Errno being shipped with v5.6.0 and v5.6.1
191 - Corrected VMS::Filespec being shipped with v5.12.3
192 - Corrected DB_File being shipped with v5.8.2
193 - Added http://perlpunks.de/corelist to SEE ALSO
196 - Updated for v5.15.2
199 - Updated for v5.15.1
202 - Added release date option '-r' to corelist
205 - [rt.cpan.org #69108] Extraneous modules listed
206 reported by Dee Newcum
209 - Updated for v5.15.0
212 - Updated for v5.12.4
215 - Updated for v5.14.0
219 - Updated for v5.13.11
222 - Bumped the version number and data for the 5.13.10 release
225 - Merged v5.12.3 and v5.13.9
228 - Updated for v5.12.3
230 2.42_01 Thu Jan 20 2011
231 - Updated for v5.13.9
234 - Updated for v5.13.8
237 - Updated for v5.13.7
240 - Updated for v5.13.6
243 - Updated for v5.13.5
246 - Updated for v5.12.2
250 - Remove 'Filespec' module. It never existed in the core and is supposed to be
251 'VMS::Filespec' instead.
262 2.31_01 Fri Apr 30 2010
263 - [rt.cpan.org #56740] Format Perl versions >= 5.6.0 as X.Y.Z (schwern)
264 - Functional interface amended to make calling conventions consistent
266 - Documented all functions and all hash structures (bingos)
267 - Fixed functions with edge-case involving querying for Module::CoreList
268 itself. Pointed out by Ilmari.
269 - Added removed_from() and removed_from_by_date() functions
270 for querying which release a module was removed from core. (bingos)
271 - Amended corelist utility to use new removed from functions when
272 stating when a module entered core ( and when it left it ). (bingos)
273 - Added tests to the testsuite to cover the edge-cases and new funcs. (bingos)
294 - is_deprecated function and %deprecated hash (dagolden)
300 - Make Module::Corelist recognise $] as a version number on 5.11.0
303 - Update for perl 5.11.1
306 - Update for perl 5.10.1
307 - Remove %patchlevel hash (now that perl uses git and not perforce)
308 - Add %upstream and %bug_tracker data (Nicholas Clark)
311 - Make $] work to select perl version for 5.1 and 5.10 (John Peacock)
312 - Add ExtUtils::Miniperl to the list of core modules for all versions
315 - Fix release date for 5.002 (Grant McLean)
318 - Add missing entries for Config.pm in recent perls
319 - Install in core location for perl >= 5.8.9 (Jerry D. Hedden)
323 - Add a new -d option to find first perl version by date
324 and not by version number
325 - Better handling of perl versions that end with a 0
326 - use version.pm only for version numbers that have multiple dots
328 - Fix tag for 5.00405 (Sam Vilain)
331 - Add data for perl 5.10.0
334 - Add data for perl 5.9.5
337 - first_release() now returns the first release in the order of
338 perl version numbers. Add a new method first_release_by_date()
339 to keep the old behaviour available. Suggested by Michael G Schwern.
340 - Update data about UCD versions
343 - Add versioning for the Unicode Character Database bundled
344 with Perl (H. Merijn Brand)
347 - Make the dependency on version.pm optional
348 - Improve doc of corelist(1)
354 - Regenerate data correctly for 5.8.7, 5.8.8, 5.9.2 and 5.9.3
355 - Add OS-specific modules for those versions
358 Patches by Marius Feraru :
359 - handle dotted perl versions (e.g. 5.8.6)
360 - add an easy way to determine what was some module's version bundled
361 with a specified Perl release
364 Patches by Adriano Ferreira :
365 - corelist utility accepts regexes as arguments, eg. /IPC::Open/
366 - Errors when building regexes are trapped and warning is generated
368 2.04 Thursday 2nd February, 2006
369 Fix patchlevel for 5.8.8 (Gisle Aas)
370 Silence warnings in corelist utility
372 2.03 Wednesday 1st February, 2006
373 Include data for perl 5.9.3 and 5.8.8
375 2.02 Tuesday 31th May, 2005
376 Include data for perl 5.8.7
378 2.01 Sunday 24th April, 2005
379 Allow to specify several modules on the corelist command-line
381 Add a %patchlevel hash to get perforce patchlevels corresponding to
384 2.00 Sunday 10th April, 2005
385 Data from Sebastien Aperghis-Tramoni for perl 5.00{0,1,2}.
387 1.99 Tuesday 5th April, 2005
388 Backport to CPAN the version of Module::CoreList shipped with
389 perl 5.9.2 (containing info for this latest distribution).
390 Install in coreperl instead of sitelib for perls >= 5.9.2.
392 1.98 Saturday 1st January, 2005
393 Data from José Pedro Oliveira for 5.8.6
395 1.97 Wednesday 8th September, 2004
396 Ship with a traditional Makefile.PL
398 1.96 Monday 26th July, 2004
399 Lars Thegler supplied many many fixes as #6922, #7085, #7086,
400 #7089, #7090, #7091, #7092, #7093, #7094, #7095, #7096, #7098,
401 #7099, #7100, and #7101
402 Added the %families hash.
403 Small changes to the tests to ensure that things look consistent.
405 1.95 Wednesday 21st July, 2004
406 Data from José Pedro Oliveira for 5.8.4 and 5.8.5
408 1.94 Monday 12th July, 2004
409 Applied fixes from Lars Thegler (rt.cpan.org tickets #6919,
410 #6920, #6922, and #6923)
411 Data from Jose Pedro Oliveira for 5.005_04, 5.8.3, and 5.9.1.
413 1.93 Friday 14th November, 2003
414 Data for 5.9.0 and 5.6.2
416 1.92 Friday 14th November, 2003
417 Incorporated two patches submitted from anonymous reporters
418 via rt.cpan.org (#4358 and #4359, corelist enhancement and
419 information for 5.8.2)
420 Added 5.8.1 information.
423 - Fix from Mark Fowler - XSLoader is autogenerated too
426 - incorporated PodMaster's corelist script
428 1.8 13th February 2003
429 - reformatted Changes file to use makereadme
430 - fixed version of Exporter::Heavy for 5.8 (as caught by Leon Brocard)
433 - HISTORY contents moved to this Changes file
434 - identify-dependencies script given some loving.
437 - Included Config as a shipped module for all releases of perl
438 (caught by Mark Fowler)
439 - Added data for the 5.8 release.
442 - Fixed a glaring bug caught by the testsuite but sadly
443 released. perl5.004_05 was released post 5.005_03 and so
444 isn't the first release to contain File::Spec.
445 - Added data for 5.003_07, 5.004, and 5.005 releases.
446 - Added the %released hash.
449 - Bugfixes from Roland Bauer to allow the code to work under
451 - Using a cgi developed by Roland caught and fixed a number of
452 bugs in the previous extraction of module names.
453 - Rewrote the name extractor to be simpler.
454 - Added data for the 5.004_05 and 5.6.0 releases of perl.
457 - Initial CPAN release, covers 5.00503, 5.6.1 and 5.7.3