2 - fixed Module::Build core deprecation
3 - changes_between now has the same API as all other functions
12 - Utils module listing all utilities released with core
16 - Prepared for v5.19.3
25 - Make switches case-sensitive (keep -d and -D distinct)
26 - correct omission of Text::Soundex and File::CheckTree from deprecations
27 - switch %deprecated to a delta hash
36 - Include deprecations for v5.17.10 and v5.17.11
39 - Updated for v5.17.11
41 - Updated for v5.17.10
50 - --feature switch added
51 - --upstream switch added
55 - Add modules deprecated with v5.17.9
60 - v5.17.7 contained Module::CoreList::TieHashDelta 2.79, not 2.78
65 - Errno was added in 5.5, not in 5.5.4
70 - Fix hash order dependency bug in deprecated_in().
71 Tests would would fail or succeed depending on what order keys()
72 would return the version list in. List::Utils::min() considers
73 '5.011' and '5.011000' to be equivalent, and returns the first
74 whichever it encounters. Changing to List::Utils::minstr() fixes
79 - deprecated_in() function added
80 - corelist reports deprecated data
92 - Updated for v.5.17.4
101 - Updated for v5.16.1
104 - Updated for v5.17.2
107 - Updated for v5.17.1
110 - Updated for v5.17.0
113 - Add the --diff option to compare two perl core modlibs
116 - Update of lib/charnames
119 - Update of Data::Dumper and XS::APItest
125 - Separate the POD (bingos)
128 - Updated for v5.15.8
131 - Updated for v5.15.7
134 - Updated for v5.15.6
137 - Updated for v5.15.5
140 - Updated for v5.15.4
142 2.56 Tues Sept 20 2011
143 - Updated for v5.15.3
144 - Corrected version of Module::CoreList shipped
146 - Corrected Errno being shipped with v5.6.0 and v5.6.1
147 - Corrected VMS::Filespec being shipped with v5.12.3
148 - Corrected DB_File being shipped with v5.8.2
149 - Added http://perlpunks.de/corelist to SEE ALSO
152 - Updated for v5.15.2
155 - Updated for v5.15.1
158 - Added release date option '-r' to corelist
161 - [rt.cpan.org #69108] Extraneous modules listed
162 reported by Dee Newcum
165 - Updated for v5.15.0
168 - Updated for v5.12.4
171 - Updated for v5.14.0
175 - Updated for v5.13.11
178 - Bumped the version number and data for the 5.13.10 release
181 - Merged v5.12.3 and v5.13.9
184 - Updated for v5.12.3
186 2.42_01 Thu Jan 20 2011
187 - Updated for v5.13.9
190 - Updated for v5.13.8
193 - Updated for v5.13.7
196 - Updated for v5.13.6
199 - Updated for v5.13.5
202 - Updated for v5.12.2
206 - Remove 'Filespec' module. It never existed in the core and is supposed to be
207 'VMS::Filespec' instead.
218 2.31_01 Fri Apr 30 2010
219 - [rt.cpan.org #56740] Format Perl versions >= 5.6.0 as X.Y.Z (schwern)
220 - Functional interface amended to make calling conventions consistent
222 - Documented all functions and all hash structures (bingos)
223 - Fixed functions with edge-case involving querying for Module::CoreList
224 itself. Pointed out by Ilmari.
225 - Added removed_from() and removed_from_by_date() functions
226 for querying which release a module was removed from core. (bingos)
227 - Amended corelist utility to use new removed from functions when
228 stating when a module entered core ( and when it left it ). (bingos)
229 - Added tests to the testsuite to cover the edge-cases and new funcs. (bingos)
250 - is_deprecated function and %deprecated hash (dagolden)
256 - Make Module::Corelist recognise $] as a version number on 5.11.0
259 - Update for perl 5.11.1
262 - Update for perl 5.10.1
263 - Remove %patchlevel hash (now that perl uses git and not perforce)
264 - Add %upstream and %bug_tracker data (Nicholas Clark)
267 - Make $] work to select perl version for 5.1 and 5.10 (John Peacock)
268 - Add ExtUtils::Miniperl to the list of core modules for all versions
271 - Fix release date for 5.002 (Grant McLean)
274 - Add missing entries for Config.pm in recent perls
275 - Install in core location for perl >= 5.8.9 (Jerry D. Hedden)
279 - Add a new -d option to find first perl version by date
280 and not by version number
281 - Better handling of perl versions that end with a 0
282 - use version.pm only for version numbers that have multiple dots
284 - Fix tag for 5.00405 (Sam Vilain)
287 - Add data for perl 5.10.0
290 - Add data for perl 5.9.5
293 - first_release() now returns the first release in the order of
294 perl version numbers. Add a new method first_release_by_date()
295 to keep the old behaviour available. Suggested by Michael G Schwern.
296 - Update data about UCD versions
299 - Add versioning for the Unicode Character Database bundled
300 with Perl (H. Merijn Brand)
303 - Make the dependency on version.pm optional
304 - Improve doc of corelist(1)
310 - Regenerate data correctly for 5.8.7, 5.8.8, 5.9.2 and 5.9.3
311 - Add OS-specific modules for those versions
314 Patches by Marius Feraru :
315 - handle dotted perl versions (e.g. 5.8.6)
316 - add an easy way to determine what was some module's version bundled
317 with a specified Perl release
320 Patches by Adriano Ferreira :
321 - corelist utility accepts regexes as arguments, eg. /IPC::Open/
322 - Errors when building regexes are trapped and warning is generated
324 2.04 Thursday 2nd February, 2006
325 Fix patchlevel for 5.8.8 (Gisle Aas)
326 Silence warnings in corelist utility
328 2.03 Wednesday 1st February, 2006
329 Include data for perl 5.9.3 and 5.8.8
331 2.02 Tuesday 31th May, 2005
332 Include data for perl 5.8.7
334 2.01 Sunday 24th April, 2005
335 Allow to specify several modules on the corelist command-line
337 Add a %patchlevel hash to get perforce patchlevels corresponding to
340 2.00 Sunday 10th April, 2005
341 Data from Sebastien Aperghis-Tramoni for perl 5.00{0,1,2}.
343 1.99 Tuesday 5th April, 2005
344 Backport to CPAN the version of Module::CoreList shipped with
345 perl 5.9.2 (containing info for this latest distribution).
346 Install in coreperl instead of sitelib for perls >= 5.9.2.
348 1.98 Saturday 1st January, 2005
349 Data from José Pedro Oliveira for 5.8.6
351 1.97 Wednesday 8th September, 2004
352 Ship with a traditional Makefile.PL
354 1.96 Monday 26th July, 2004
355 Lars Thegler supplied many many fixes as #6922, #7085, #7086,
356 #7089, #7090, #7091, #7092, #7093, #7094, #7095, #7096, #7098,
357 #7099, #7100, and #7101
358 Added the %families hash.
359 Small changes to the tests to ensure that things look consistent.
361 1.95 Wednesday 21st July, 2004
362 Data from José Pedro Oliveira for 5.8.4 and 5.8.5
364 1.94 Monday 12th July, 2004
365 Applied fixes from Lars Thegler (rt.cpan.org tickets #6919,
366 #6920, #6922, and #6923)
367 Data from Jose Pedro Oliveira for 5.005_04, 5.8.3, and 5.9.1.
369 1.93 Friday 14th November, 2003
370 Data for 5.9.0 and 5.6.2
372 1.92 Friday 14th November, 2003
373 Incorporated two patches submitted from anonymous reporters
374 via rt.cpan.org (#4358 and #4359, corelist enhancement and
375 information for 5.8.2)
376 Added 5.8.1 information.
379 - Fix from Mark Fowler - XSLoader is autogenerated too
382 - incorporated PodMaster's corelist script
384 1.8 13th February 2003
385 - reformatted Changes file to use makereadme
386 - fixed version of Exporter::Heavy for 5.8 (as caught by Leon Brocard)
389 - HISTORY contents moved to this Changes file
390 - identify-dependencies script given some loving.
393 - Included Config as a shipped module for all releases of perl
394 (caught by Mark Fowler)
395 - Added data for the 5.8 release.
398 - Fixed a glaring bug caught by the testsuite but sadly
399 released. perl5.004_05 was released post 5.005_03 and so
400 isn't the first release to contain File::Spec.
401 - Added data for 5.003_07, 5.004, and 5.005 releases.
402 - Added the %released hash.
405 - Bugfixes from Roland Bauer to allow the code to work under
407 - Using a cgi developed by Roland caught and fixed a number of
408 bugs in the previous extraction of module names.
409 - Rewrote the name extractor to be simpler.
410 - Added data for the 5.004_05 and 5.6.0 releases of perl.
413 - Initial CPAN release, covers 5.00503, 5.6.1 and 5.7.3