This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Separate the POD from the corelist data in Module::CoreList
[perl5.git] / dist / Module-CoreList / Changes
1 2.62 Thu Mar 15 2012
2   - Separate the POD (bingos)
3
4 2.61 Fri Feb 20 2012
5   - Updated for v5.15.8
6
7 2.60 Fri Jan 20 2012
8   - Updated for v5.15.7
9
10 2.59 Sun Dec 20 2011
11   - Updated for v5.15.6
12
13 2.58 Sun Nov 20 2011
14   - Updated for v5.15.5
15
16 2.57 Thu Oct 20 2011
17   - Updated for v5.15.4
18
19 2.56 Tues Sept 20 2011
20   - Updated for v5.15.3
21   - Corrected version of Module::CoreList shipped
22     with v5.10.0
23   - Corrected Errno being shipped with v5.6.0 and v5.6.1
24   - Corrected VMS::Filespec being shipped with v5.12.3
25   - Corrected DB_File being shipped with v5.8.2
26   - Added http://perlpunks.de/corelist to SEE ALSO
27
28 2.55 Sat Aug 20 2011
29   - Updated for v5.15.2
30
31 2.54 Wed Jul 20 2011
32   - Updated for v5.15.1
33
34 2.53 Thu Jul 14 2011
35   - Added release date option '-r' to corelist
36
37 2.52 Mon Jul 4  2011
38   - [rt.cpan.org #69108] Extraneous modules listed
39     reported by Dee Newcum
40
41 2.51
42   - Updated for v5.15.0
43
44 2.50
45   - Updated for v5.12.4
46
47 2.49
48   - Updated for v5.14.0
49
50 2.46 Sun Mar 20 2011
51   - Resolved RT #59511
52   - Updated for v5.13.11
53
54 2.45 Sun Feb 20 2011
55   - Bumped the version number and data for the 5.13.10 release
56
57 2.44    Sat Jan 22 2011
58   - Merged v5.12.3 and v5.13.9
59
60 2.43    Sat Jan 22 2011
61   - Updated for v5.12.3
62
63 2.42_01 Thu Jan 20 2011
64   - Updated for v5.13.9
65
66 2.42    Mon Dec 20 2010
67   - Updated for v5.13.8
68
69 2.41    Sat Nov 20 2010
70   - Updated for v5.13.7
71
72 2.40    Wed Oct 20 2010
73   - Updated for v5.13.6
74
75 2.39    Sun Sep 19 2010
76   - Updated for v5.13.5
77
78 2.38    Mon Sep 07 2010
79   - Updated for v5.12.2
80
81 2.37    Tue Jul 20 2010
82   - Updated for 5.13.4
83   - Remove 'Filespec' module. It never existed in the core and is supposed to be
84     'VMS::Filespec' instead.
85
86 2.36    Tue Jul 20 2010
87   - Updated for 5.13.3
88
89 2.35    Thu Jun 22 2010
90   - Updated for 5.13.2
91
92 2.34    Thu May 20 2010
93   - Updated for 5.13.1
94
95 2.31_01 Fri Apr 30 2010
96   - [rt.cpan.org #56740] Format Perl versions >= 5.6.0 as X.Y.Z (schwern)
97   - Functional interface amended to make calling conventions consistent
98     (bingos)
99   - Documented all functions and all hash structures (bingos)
100   - Fixed functions with edge-case involving querying for Module::CoreList
101     itself. Pointed out by Ilmari.
102   - Added removed_from() and removed_from_by_date() functions
103     for querying which release a module was removed from core. (bingos)
104   - Amended corelist utility to use new removed from functions when
105     stating when a module entered core ( and when it left it ). (bingos)
106   - Added tests to the testsuite to cover the edge-cases and new funcs. (bingos)
107
108 2.31    Sun Mar 20 2010
109   - Updated for 5.13.0
110
111 2.27    Sun Mar 14 2010
112   - Updated for 5.12.0
113
114 2.26    Sat Feb 20 2010
115   - Updated for 5.11.5
116
117 2.25    Wed Jan 20 2010
118   - Updated for 5.11.4
119
120 2.24    Mon Dec 21 2009
121   - Updated for 5.11.3
122
123 2.23    Fri Nov 20 2009
124   - Updated for 5.11.2
125
126 2.22    Thu Oct 22 2009
127   - is_deprecated function and %deprecated hash (dagolden)
128
129 2.21    <>
130   - Added 5.11.1
131
132 2.20    Sat Oct  3 2009
133         - Make Module::Corelist recognise $] as a version number on 5.11.0
134
135 2.19    Fri Oct  2 2009
136         - Update for perl 5.11.1
137
138 2.18    Mon Aug 24 2009
139         - Update for perl 5.10.1
140         - Remove %patchlevel hash (now that perl uses git and not perforce)
141         - Add %upstream and %bug_tracker data (Nicholas Clark)
142
143 2.17    Sun Jan 18 2009
144         - Make $] work to select perl version for 5.1 and 5.10 (John Peacock)
145         - Add ExtUtils::Miniperl to the list of core modules for all versions
146           >= 5.00504
147         - Add 5.8.9
148         - Fix release date for 5.002 (Grant McLean)
149
150 2.15    Tue Apr  1 2008
151         - Add missing entries for Config.pm in recent perls
152         - Install in core location for perl >= 5.8.9 (Jerry D. Hedden)
153
154 2.14    Mon Mar 17 2008
155         corelist changes:
156         - Add a new -d option to find first perl version by date
157           and not by version number
158         - Better handling of perl versions that end with a 0
159         - use version.pm only for version numbers that have multiple dots
160
161         - Fix tag for 5.00405 (Sam Vilain)
162
163 2.13    Tue Dec 18 2007
164         - Add data for perl 5.10.0
165
166 2.12    Mon Jul  9 2007
167         - Add data for perl 5.9.5
168
169 2.11    Thu May 10 2007
170         - first_release() now returns the first release in the order of
171           perl version numbers. Add a new method first_release_by_date()
172           to keep the old behaviour available. Suggested by Michael G Schwern.
173         - Update data about UCD versions
174
175 2.10    Wed May  9 2007
176         - Add versioning for the Unicode Character Database bundled
177           with Perl (H. Merijn Brand)
178
179 2.09    Thu Oct  5 2006
180         - Make the dependency on version.pm optional
181         - Improve doc of corelist(1)
182
183 2.08    Thu Sep  7 2006
184         - Add data for 5.9.4
185
186 2.07    Wed Aug  9 2006
187         - Regenerate data correctly for 5.8.7, 5.8.8, 5.9.2 and 5.9.3
188         - Add OS-specific modules for those versions
189
190 2.06    Tue Aug  1 2006
191         Patches by Marius Feraru :
192         - handle dotted perl versions (e.g. 5.8.6)
193         - add an easy way to determine what was some module's version bundled
194           with a specified Perl release
195
196 2.05    Tue Jun  6 2006
197         Patches by Adriano Ferreira :
198         - corelist utility accepts regexes as arguments, eg. /IPC::Open/
199         - Errors when building regexes are trapped and warning is generated
200
201 2.04    Thursday 2nd February, 2006
202         Fix patchlevel for 5.8.8 (Gisle Aas)
203         Silence warnings in corelist utility
204
205 2.03    Wednesday 1st February, 2006
206         Include data for perl 5.9.3 and 5.8.8
207
208 2.02    Tuesday 31th May, 2005
209         Include data for perl 5.8.7
210
211 2.01    Sunday 24th April, 2005
212         Allow to specify several modules on the corelist command-line
213         (Yves Orton)
214         Add a %patchlevel hash to get perforce patchlevels corresponding to
215         released versions
216
217 2.00    Sunday 10th April, 2005
218         Data from Sebastien Aperghis-Tramoni for perl 5.00{0,1,2}.
219
220 1.99    Tuesday 5th April, 2005
221         Backport to CPAN the version of Module::CoreList shipped with
222         perl 5.9.2 (containing info for this latest distribution).
223         Install in coreperl instead of sitelib for perls >= 5.9.2.
224
225 1.98    Saturday 1st January, 2005
226         Data from José Pedro Oliveira for 5.8.6
227
228 1.97    Wednesday 8th September, 2004
229         Ship with a traditional Makefile.PL
230
231 1.96    Monday 26th July, 2004
232         Lars Thegler supplied many many fixes as #6922, #7085, #7086,
233         #7089, #7090, #7091, #7092, #7093, #7094, #7095, #7096, #7098,
234         #7099, #7100, and #7101
235         Added the %families hash.
236         Small changes to the tests to ensure that things look consistent.
237
238 1.95    Wednesday 21st July, 2004
239         Data from José Pedro Oliveira for 5.8.4 and 5.8.5
240
241 1.94    Monday 12th July, 2004
242         Applied fixes from Lars Thegler (rt.cpan.org tickets #6919,
243         #6920, #6922, and #6923)
244         Data from Jose Pedro Oliveira for 5.005_04, 5.8.3, and 5.9.1.
245
246 1.93    Friday 14th November, 2003
247         Data for 5.9.0 and 5.6.2
248
249 1.92    Friday 14th November, 2003
250         Incorporated two patches submitted from anonymous reporters
251         via rt.cpan.org (#4358 and #4359, corelist enhancement and
252         information for 5.8.2)
253         Added 5.8.1 information.
254
255 1.91    18th May 2003
256         - Fix from Mark Fowler - XSLoader is autogenerated too
257
258 1.9     22nd April 2003
259         - incorporated PodMaster's corelist script
260
261 1.8     13th February 2003
262         - reformatted Changes file to use makereadme
263         - fixed version of Exporter::Heavy for 5.8 (as caught by Leon Brocard)
264
265 1.7     30th July 2002
266         - HISTORY contents moved to this Changes file
267         - identify-dependencies script given some loving.
268
269 1.6     July 2002
270         - Included Config as a shipped module for all releases of perl
271           (caught by Mark Fowler)
272         - Added data for the 5.8 release.
273
274 1.5     2nd April 2002
275         - Fixed a glaring bug caught by the testsuite but sadly
276           released.  perl5.004_05 was released post 5.005_03 and so
277           isn't the first release to contain File::Spec.
278         - Added data for 5.003_07, 5.004, and 5.005 releases.
279         - Added the %released hash.
280
281 1.4     2nd April 2002
282         - Bugfixes from Roland Bauer to allow the code to work under
283           5.004_04.
284         - Using a cgi developed by Roland caught and fixed a number of
285           bugs in the previous extraction of module names.
286         - Rewrote the name extractor to be simpler.
287         - Added data for the 5.004_05 and 5.6.0 releases of perl.
288
289 1.3     25th March 2002
290         - Initial CPAN release, covers 5.00503, 5.6.1 and 5.7.3