Update Changes/README for 2.19, version of Module::CoreList shipped with 5.11.0
[p5sagit/p5-mst-13.2.git] / dist / Module-CoreList / Changes
CommitLineData
9eea45ee 12.19 Sat Oct 3 2009
2 - Update for perl 5.11.1
3
3a02dfe7 42.18 Mon Aug 24 2009
5 - Update for perl 5.10.1
6 - Remove %patchlevel hash (now that perl uses git and not perforce)
7 - Add %upstream and %bug_tracker data (Nicholas Clark)
8
92.17 Sun Jan 18 2009
10 - Make $] work to select perl version for 5.1 and 5.10 (John Peacock)
11 - Add ExtUtils::Miniperl to the list of core modules for all versions
12 >= 5.00504
13 - Add 5.8.9
14 - Fix release date for 5.002 (Grant McLean)
15
162.15 Tue Apr 1 2008
17 - Add missing entries for Config.pm in recent perls
18 - Install in core location for perl >= 5.8.9 (Jerry D. Hedden)
19
202.14 Mon Mar 17 2008
21 corelist changes:
22 - Add a new -d option to find first perl version by date
23 and not by version number
24 - Better handling of perl versions that end with a 0
25 - use version.pm only for version numbers that have multiple dots
26
27 - Fix tag for 5.00405 (Sam Vilain)
28
292.13 Tue Dec 18 2007
30 - Add data for perl 5.10.0
31
322.12 Mon Jul 9 2007
33 - Add data for perl 5.9.5
34
352.11 Thu May 10 2007
36 - first_release() now returns the first release in the order of
37 perl version numbers. Add a new method first_release_by_date()
38 to keep the old behaviour available. Suggested by Michael G Schwern.
39 - Update data about UCD versions
40
412.10 Wed May 9 2007
42 - Add versioning for the Unicode Character Database bundled
43 with Perl (H. Merijn Brand)
44
452.09 Thu Oct 5 2006
46 - Make the dependency on version.pm optional
47 - Improve doc of corelist(1)
48
492.08 Thu Sep 7 2006
50 - Add data for 5.9.4
51
522.07 Wed Aug 9 2006
53 - Regenerate data correctly for 5.8.7, 5.8.8, 5.9.2 and 5.9.3
54 - Add OS-specific modules for those versions
55
562.06 Tue Aug 1 2006
57 Patches by Marius Feraru :
58 - handle dotted perl versions (e.g. 5.8.6)
59 - add an easy way to determine what was some module's version bundled
60 with a specified Perl release
61
622.05 Tue Jun 6 2006
63 Patches by Adriano Ferreira :
64 - corelist utility accepts regexes as arguments, eg. /IPC::Open/
65 - Errors when building regexes are trapped and warning is generated
66
672.04 Thursday 2nd February, 2006
68 Fix patchlevel for 5.8.8 (Gisle Aas)
69 Silence warnings in corelist utility
70
712.03 Wednesday 1st February, 2006
72 Include data for perl 5.9.3 and 5.8.8
73
742.02 Tuesday 31th May, 2005
75 Include data for perl 5.8.7
76
772.01 Sunday 24th April, 2005
78 Allow to specify several modules on the corelist command-line
79 (Yves Orton)
80 Add a %patchlevel hash to get perforce patchlevels corresponding to
81 released versions
82
832.00 Sunday 10th April, 2005
84 Data from Sebastien Aperghis-Tramoni for perl 5.00{0,1,2}.
85
861.99 Tuesday 5th April, 2005
87 Backport to CPAN the version of Module::CoreList shipped with
88 perl 5.9.2 (containing info for this latest distribution).
89 Install in coreperl instead of sitelib for perls >= 5.9.2.
90
911.98 Saturday 1st January, 2005
92 Data from José Pedro Oliveira for 5.8.6
93
941.97 Wednesday 8th September, 2004
95 Ship with a traditional Makefile.PL
96
971.96 Monday 26th July, 2004
98 Lars Thegler supplied many many fixes as #6922, #7085, #7086,
99 #7089, #7090, #7091, #7092, #7093, #7094, #7095, #7096, #7098,
100 #7099, #7100, and #7101
101 Added the %families hash.
102 Small changes to the tests to ensure that things look consistent.
103
1041.95 Wednesday 21st July, 2004
105 Data from José Pedro Oliveira for 5.8.4 and 5.8.5
106
1071.94 Monday 12th July, 2004
108 Applied fixes from Lars Thegler (rt.cpan.org tickets #6919,
109 #6920, #6922, and #6923)
110 Data from Jose Pedro Oliveira for 5.005_04, 5.8.3, and 5.9.1.
111
1121.93 Friday 14th November, 2003
113 Data for 5.9.0 and 5.6.2
114
1151.92 Friday 14th November, 2003
116 Incorporated two patches submitted from anonymous reporters
117 via rt.cpan.org (#4358 and #4359, corelist enhancement and
118 information for 5.8.2)
119 Added 5.8.1 information.
120
1211.91 18th May 2003
122 - Fix from Mark Fowler - XSLoader is autogenerated too
123
1241.9 22nd April 2003
125 - incorported PodMaster's corelist script
126
1271.8 13th February 2003
128 - reformatted Changes file to use makereadme
129 - fixed version of Exporter::Heavy for 5.8 (as caught by Leon Brocard)
130
1311.7 30th July 2002
132 - HISTORY contents moved to this Changes file
133 - identify-dependencies script given some loving.
134
1351.6 July 2002
136 - Included Config as a shipped module for all releases of perl
137 (caught by Mark Fowler)
138 - Added data for the 5.8 release.
139
1401.5 2nd April 2002
141 - Fixed a glaring bug caught by the testsuite but sadly
142 released. perl5.004_05 was released post 5.005_03 and so
143 isn't the first release to contain File::Spec.
144 - Added data for 5.003_07, 5.004, and 5.005 releases.
145 - Added the %released hash.
146
1471.4 2nd April 2002
148 - Bugfixes from Roland Bauer to allow the code to work under
149 5.004_04.
150 - Using a cgi developed by Roland caught and fixed a number of
151 bugs in the previous extraction of module names.
152 - Rewrote the name extractor to be simpler.
153 - Added data for the 5.004_05 and 5.6.0 releases of perl.
154
1551.3 25th March 2002
156 - Initial CPAN release, covers 5.00503, 5.6.1 and 5.7.3