2 - Make switches case-sensitive (keep -d and -D distinct)
11 - Include deprecations for v5.17.10 and v5.17.11
14 - Updated for v5.17.11
16 - Updated for v5.17.10
25 - --feature switch added
26 - --upstream switch added
30 - Add modules deprecated with v5.17.9
35 - v5.17.7 contained Module::CoreList::TieHashDelta 2.79, not 2.78
40 - Errno was added in 5.5, not in 5.5.4
45 - Fix hash order dependency bug in deprecated_in().
46 Tests would would fail or succeed depending on what order keys()
47 would return the version list in. List::Utils::min() considers
48 '5.011' and '5.011000' to be equivalent, and returns the first
49 whichever it encounters. Changing to List::Utils::minstr() fixes
54 - deprecated_in() function added
55 - corelist reports deprecated data
67 - Updated for v.5.17.4
88 - Add the --diff option to compare two perl core modlibs
91 - Update of lib/charnames
94 - Update of Data::Dumper and XS::APItest
100 - Separate the POD (bingos)
103 - Updated for v5.15.8
106 - Updated for v5.15.7
109 - Updated for v5.15.6
112 - Updated for v5.15.5
115 - Updated for v5.15.4
117 2.56 Tues Sept 20 2011
118 - Updated for v5.15.3
119 - Corrected version of Module::CoreList shipped
121 - Corrected Errno being shipped with v5.6.0 and v5.6.1
122 - Corrected VMS::Filespec being shipped with v5.12.3
123 - Corrected DB_File being shipped with v5.8.2
124 - Added http://perlpunks.de/corelist to SEE ALSO
127 - Updated for v5.15.2
130 - Updated for v5.15.1
133 - Added release date option '-r' to corelist
136 - [rt.cpan.org #69108] Extraneous modules listed
137 reported by Dee Newcum
140 - Updated for v5.15.0
143 - Updated for v5.12.4
146 - Updated for v5.14.0
150 - Updated for v5.13.11
153 - Bumped the version number and data for the 5.13.10 release
156 - Merged v5.12.3 and v5.13.9
159 - Updated for v5.12.3
161 2.42_01 Thu Jan 20 2011
162 - Updated for v5.13.9
165 - Updated for v5.13.8
168 - Updated for v5.13.7
171 - Updated for v5.13.6
174 - Updated for v5.13.5
177 - Updated for v5.12.2
181 - Remove 'Filespec' module. It never existed in the core and is supposed to be
182 'VMS::Filespec' instead.
193 2.31_01 Fri Apr 30 2010
194 - [rt.cpan.org #56740] Format Perl versions >= 5.6.0 as X.Y.Z (schwern)
195 - Functional interface amended to make calling conventions consistent
197 - Documented all functions and all hash structures (bingos)
198 - Fixed functions with edge-case involving querying for Module::CoreList
199 itself. Pointed out by Ilmari.
200 - Added removed_from() and removed_from_by_date() functions
201 for querying which release a module was removed from core. (bingos)
202 - Amended corelist utility to use new removed from functions when
203 stating when a module entered core ( and when it left it ). (bingos)
204 - Added tests to the testsuite to cover the edge-cases and new funcs. (bingos)
225 - is_deprecated function and %deprecated hash (dagolden)
231 - Make Module::Corelist recognise $] as a version number on 5.11.0
234 - Update for perl 5.11.1
237 - Update for perl 5.10.1
238 - Remove %patchlevel hash (now that perl uses git and not perforce)
239 - Add %upstream and %bug_tracker data (Nicholas Clark)
242 - Make $] work to select perl version for 5.1 and 5.10 (John Peacock)
243 - Add ExtUtils::Miniperl to the list of core modules for all versions
246 - Fix release date for 5.002 (Grant McLean)
249 - Add missing entries for Config.pm in recent perls
250 - Install in core location for perl >= 5.8.9 (Jerry D. Hedden)
254 - Add a new -d option to find first perl version by date
255 and not by version number
256 - Better handling of perl versions that end with a 0
257 - use version.pm only for version numbers that have multiple dots
259 - Fix tag for 5.00405 (Sam Vilain)
262 - Add data for perl 5.10.0
265 - Add data for perl 5.9.5
268 - first_release() now returns the first release in the order of
269 perl version numbers. Add a new method first_release_by_date()
270 to keep the old behaviour available. Suggested by Michael G Schwern.
271 - Update data about UCD versions
274 - Add versioning for the Unicode Character Database bundled
275 with Perl (H. Merijn Brand)
278 - Make the dependency on version.pm optional
279 - Improve doc of corelist(1)
285 - Regenerate data correctly for 5.8.7, 5.8.8, 5.9.2 and 5.9.3
286 - Add OS-specific modules for those versions
289 Patches by Marius Feraru :
290 - handle dotted perl versions (e.g. 5.8.6)
291 - add an easy way to determine what was some module's version bundled
292 with a specified Perl release
295 Patches by Adriano Ferreira :
296 - corelist utility accepts regexes as arguments, eg. /IPC::Open/
297 - Errors when building regexes are trapped and warning is generated
299 2.04 Thursday 2nd February, 2006
300 Fix patchlevel for 5.8.8 (Gisle Aas)
301 Silence warnings in corelist utility
303 2.03 Wednesday 1st February, 2006
304 Include data for perl 5.9.3 and 5.8.8
306 2.02 Tuesday 31th May, 2005
307 Include data for perl 5.8.7
309 2.01 Sunday 24th April, 2005
310 Allow to specify several modules on the corelist command-line
312 Add a %patchlevel hash to get perforce patchlevels corresponding to
315 2.00 Sunday 10th April, 2005
316 Data from Sebastien Aperghis-Tramoni for perl 5.00{0,1,2}.
318 1.99 Tuesday 5th April, 2005
319 Backport to CPAN the version of Module::CoreList shipped with
320 perl 5.9.2 (containing info for this latest distribution).
321 Install in coreperl instead of sitelib for perls >= 5.9.2.
323 1.98 Saturday 1st January, 2005
324 Data from José Pedro Oliveira for 5.8.6
326 1.97 Wednesday 8th September, 2004
327 Ship with a traditional Makefile.PL
329 1.96 Monday 26th July, 2004
330 Lars Thegler supplied many many fixes as #6922, #7085, #7086,
331 #7089, #7090, #7091, #7092, #7093, #7094, #7095, #7096, #7098,
332 #7099, #7100, and #7101
333 Added the %families hash.
334 Small changes to the tests to ensure that things look consistent.
336 1.95 Wednesday 21st July, 2004
337 Data from José Pedro Oliveira for 5.8.4 and 5.8.5
339 1.94 Monday 12th July, 2004
340 Applied fixes from Lars Thegler (rt.cpan.org tickets #6919,
341 #6920, #6922, and #6923)
342 Data from Jose Pedro Oliveira for 5.005_04, 5.8.3, and 5.9.1.
344 1.93 Friday 14th November, 2003
345 Data for 5.9.0 and 5.6.2
347 1.92 Friday 14th November, 2003
348 Incorporated two patches submitted from anonymous reporters
349 via rt.cpan.org (#4358 and #4359, corelist enhancement and
350 information for 5.8.2)
351 Added 5.8.1 information.
354 - Fix from Mark Fowler - XSLoader is autogenerated too
357 - incorporated PodMaster's corelist script
359 1.8 13th February 2003
360 - reformatted Changes file to use makereadme
361 - fixed version of Exporter::Heavy for 5.8 (as caught by Leon Brocard)
364 - HISTORY contents moved to this Changes file
365 - identify-dependencies script given some loving.
368 - Included Config as a shipped module for all releases of perl
369 (caught by Mark Fowler)
370 - Added data for the 5.8 release.
373 - Fixed a glaring bug caught by the testsuite but sadly
374 released. perl5.004_05 was released post 5.005_03 and so
375 isn't the first release to contain File::Spec.
376 - Added data for 5.003_07, 5.004, and 5.005 releases.
377 - Added the %released hash.
380 - Bugfixes from Roland Bauer to allow the code to work under
382 - Using a cgi developed by Roland caught and fixed a number of
383 bugs in the previous extraction of module names.
384 - Rewrote the name extractor to be simpler.
385 - Added data for the 5.004_05 and 5.6.0 releases of perl.
388 - Initial CPAN release, covers 5.00503, 5.6.1 and 5.7.3