11 - Add the --diff option to compare two perl core modlibs
14 - Update of lib/charnames
17 - Update of Data::Dumper and XS::APItest
23 - Separate the POD (bingos)
40 2.56 Tues Sept 20 2011
42 - Corrected version of Module::CoreList shipped
44 - Corrected Errno being shipped with v5.6.0 and v5.6.1
45 - Corrected VMS::Filespec being shipped with v5.12.3
46 - Corrected DB_File being shipped with v5.8.2
47 - Added http://perlpunks.de/corelist to SEE ALSO
56 - Added release date option '-r' to corelist
59 - [rt.cpan.org #69108] Extraneous modules listed
60 reported by Dee Newcum
73 - Updated for v5.13.11
76 - Bumped the version number and data for the 5.13.10 release
79 - Merged v5.12.3 and v5.13.9
84 2.42_01 Thu Jan 20 2011
100 - Updated for v5.12.2
104 - Remove 'Filespec' module. It never existed in the core and is supposed to be
105 'VMS::Filespec' instead.
116 2.31_01 Fri Apr 30 2010
117 - [rt.cpan.org #56740] Format Perl versions >= 5.6.0 as X.Y.Z (schwern)
118 - Functional interface amended to make calling conventions consistent
120 - Documented all functions and all hash structures (bingos)
121 - Fixed functions with edge-case involving querying for Module::CoreList
122 itself. Pointed out by Ilmari.
123 - Added removed_from() and removed_from_by_date() functions
124 for querying which release a module was removed from core. (bingos)
125 - Amended corelist utility to use new removed from functions when
126 stating when a module entered core ( and when it left it ). (bingos)
127 - Added tests to the testsuite to cover the edge-cases and new funcs. (bingos)
148 - is_deprecated function and %deprecated hash (dagolden)
154 - Make Module::Corelist recognise $] as a version number on 5.11.0
157 - Update for perl 5.11.1
160 - Update for perl 5.10.1
161 - Remove %patchlevel hash (now that perl uses git and not perforce)
162 - Add %upstream and %bug_tracker data (Nicholas Clark)
165 - Make $] work to select perl version for 5.1 and 5.10 (John Peacock)
166 - Add ExtUtils::Miniperl to the list of core modules for all versions
169 - Fix release date for 5.002 (Grant McLean)
172 - Add missing entries for Config.pm in recent perls
173 - Install in core location for perl >= 5.8.9 (Jerry D. Hedden)
177 - Add a new -d option to find first perl version by date
178 and not by version number
179 - Better handling of perl versions that end with a 0
180 - use version.pm only for version numbers that have multiple dots
182 - Fix tag for 5.00405 (Sam Vilain)
185 - Add data for perl 5.10.0
188 - Add data for perl 5.9.5
191 - first_release() now returns the first release in the order of
192 perl version numbers. Add a new method first_release_by_date()
193 to keep the old behaviour available. Suggested by Michael G Schwern.
194 - Update data about UCD versions
197 - Add versioning for the Unicode Character Database bundled
198 with Perl (H. Merijn Brand)
201 - Make the dependency on version.pm optional
202 - Improve doc of corelist(1)
208 - Regenerate data correctly for 5.8.7, 5.8.8, 5.9.2 and 5.9.3
209 - Add OS-specific modules for those versions
212 Patches by Marius Feraru :
213 - handle dotted perl versions (e.g. 5.8.6)
214 - add an easy way to determine what was some module's version bundled
215 with a specified Perl release
218 Patches by Adriano Ferreira :
219 - corelist utility accepts regexes as arguments, eg. /IPC::Open/
220 - Errors when building regexes are trapped and warning is generated
222 2.04 Thursday 2nd February, 2006
223 Fix patchlevel for 5.8.8 (Gisle Aas)
224 Silence warnings in corelist utility
226 2.03 Wednesday 1st February, 2006
227 Include data for perl 5.9.3 and 5.8.8
229 2.02 Tuesday 31th May, 2005
230 Include data for perl 5.8.7
232 2.01 Sunday 24th April, 2005
233 Allow to specify several modules on the corelist command-line
235 Add a %patchlevel hash to get perforce patchlevels corresponding to
238 2.00 Sunday 10th April, 2005
239 Data from Sebastien Aperghis-Tramoni for perl 5.00{0,1,2}.
241 1.99 Tuesday 5th April, 2005
242 Backport to CPAN the version of Module::CoreList shipped with
243 perl 5.9.2 (containing info for this latest distribution).
244 Install in coreperl instead of sitelib for perls >= 5.9.2.
246 1.98 Saturday 1st January, 2005
247 Data from José Pedro Oliveira for 5.8.6
249 1.97 Wednesday 8th September, 2004
250 Ship with a traditional Makefile.PL
252 1.96 Monday 26th July, 2004
253 Lars Thegler supplied many many fixes as #6922, #7085, #7086,
254 #7089, #7090, #7091, #7092, #7093, #7094, #7095, #7096, #7098,
255 #7099, #7100, and #7101
256 Added the %families hash.
257 Small changes to the tests to ensure that things look consistent.
259 1.95 Wednesday 21st July, 2004
260 Data from José Pedro Oliveira for 5.8.4 and 5.8.5
262 1.94 Monday 12th July, 2004
263 Applied fixes from Lars Thegler (rt.cpan.org tickets #6919,
264 #6920, #6922, and #6923)
265 Data from Jose Pedro Oliveira for 5.005_04, 5.8.3, and 5.9.1.
267 1.93 Friday 14th November, 2003
268 Data for 5.9.0 and 5.6.2
270 1.92 Friday 14th November, 2003
271 Incorporated two patches submitted from anonymous reporters
272 via rt.cpan.org (#4358 and #4359, corelist enhancement and
273 information for 5.8.2)
274 Added 5.8.1 information.
277 - Fix from Mark Fowler - XSLoader is autogenerated too
280 - incorporated PodMaster's corelist script
282 1.8 13th February 2003
283 - reformatted Changes file to use makereadme
284 - fixed version of Exporter::Heavy for 5.8 (as caught by Leon Brocard)
287 - HISTORY contents moved to this Changes file
288 - identify-dependencies script given some loving.
291 - Included Config as a shipped module for all releases of perl
292 (caught by Mark Fowler)
293 - Added data for the 5.8 release.
296 - Fixed a glaring bug caught by the testsuite but sadly
297 released. perl5.004_05 was released post 5.005_03 and so
298 isn't the first release to contain File::Spec.
299 - Added data for 5.003_07, 5.004, and 5.005 releases.
300 - Added the %released hash.
303 - Bugfixes from Roland Bauer to allow the code to work under
305 - Using a cgi developed by Roland caught and fixed a number of
306 bugs in the previous extraction of module names.
307 - Rewrote the name extractor to be simpler.
308 - Added data for the 5.004_05 and 5.6.0 releases of perl.
311 - Initial CPAN release, covers 5.00503, 5.6.1 and 5.7.3