This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move I18N::LangTags from ext/ to dist/
[perl5.git] / ext / Module-CoreList / Changes
CommitLineData
3a02dfe7
RGS
12.18 Mon Aug 24 2009
2 - Update for perl 5.10.1
3 - Remove %patchlevel hash (now that perl uses git and not perforce)
4 - Add %upstream and %bug_tracker data (Nicholas Clark)
5
62.17 Sun Jan 18 2009
7 - Make $] work to select perl version for 5.1 and 5.10 (John Peacock)
8 - Add ExtUtils::Miniperl to the list of core modules for all versions
9 >= 5.00504
10 - Add 5.8.9
11 - Fix release date for 5.002 (Grant McLean)
12
132.15 Tue Apr 1 2008
14 - Add missing entries for Config.pm in recent perls
15 - Install in core location for perl >= 5.8.9 (Jerry D. Hedden)
16
172.14 Mon Mar 17 2008
18 corelist changes:
19 - Add a new -d option to find first perl version by date
20 and not by version number
21 - Better handling of perl versions that end with a 0
22 - use version.pm only for version numbers that have multiple dots
23
24 - Fix tag for 5.00405 (Sam Vilain)
25
262.13 Tue Dec 18 2007
27 - Add data for perl 5.10.0
28
292.12 Mon Jul 9 2007
30 - Add data for perl 5.9.5
31
322.11 Thu May 10 2007
33 - first_release() now returns the first release in the order of
34 perl version numbers. Add a new method first_release_by_date()
35 to keep the old behaviour available. Suggested by Michael G Schwern.
36 - Update data about UCD versions
37
382.10 Wed May 9 2007
39 - Add versioning for the Unicode Character Database bundled
40 with Perl (H. Merijn Brand)
41
422.09 Thu Oct 5 2006
43 - Make the dependency on version.pm optional
44 - Improve doc of corelist(1)
45
462.08 Thu Sep 7 2006
47 - Add data for 5.9.4
48
492.07 Wed Aug 9 2006
50 - Regenerate data correctly for 5.8.7, 5.8.8, 5.9.2 and 5.9.3
51 - Add OS-specific modules for those versions
52
532.06 Tue Aug 1 2006
54 Patches by Marius Feraru :
55 - handle dotted perl versions (e.g. 5.8.6)
56 - add an easy way to determine what was some module's version bundled
57 with a specified Perl release
58
592.05 Tue Jun 6 2006
60 Patches by Adriano Ferreira :
61 - corelist utility accepts regexes as arguments, eg. /IPC::Open/
62 - Errors when building regexes are trapped and warning is generated
63
642.04 Thursday 2nd February, 2006
65 Fix patchlevel for 5.8.8 (Gisle Aas)
66 Silence warnings in corelist utility
67
682.03 Wednesday 1st February, 2006
69 Include data for perl 5.9.3 and 5.8.8
70
712.02 Tuesday 31th May, 2005
72 Include data for perl 5.8.7
73
742.01 Sunday 24th April, 2005
75 Allow to specify several modules on the corelist command-line
76 (Yves Orton)
77 Add a %patchlevel hash to get perforce patchlevels corresponding to
78 released versions
79
802.00 Sunday 10th April, 2005
81 Data from Sebastien Aperghis-Tramoni for perl 5.00{0,1,2}.
82
831.99 Tuesday 5th April, 2005
84 Backport to CPAN the version of Module::CoreList shipped with
85 perl 5.9.2 (containing info for this latest distribution).
86 Install in coreperl instead of sitelib for perls >= 5.9.2.
87
881.98 Saturday 1st January, 2005
89 Data from José Pedro Oliveira for 5.8.6
90
911.97 Wednesday 8th September, 2004
92 Ship with a traditional Makefile.PL
93
941.96 Monday 26th July, 2004
95 Lars Thegler supplied many many fixes as #6922, #7085, #7086,
96 #7089, #7090, #7091, #7092, #7093, #7094, #7095, #7096, #7098,
97 #7099, #7100, and #7101
98 Added the %families hash.
99 Small changes to the tests to ensure that things look consistent.
100
1011.95 Wednesday 21st July, 2004
102 Data from José Pedro Oliveira for 5.8.4 and 5.8.5
103
1041.94 Monday 12th July, 2004
105 Applied fixes from Lars Thegler (rt.cpan.org tickets #6919,
106 #6920, #6922, and #6923)
107 Data from Jose Pedro Oliveira for 5.005_04, 5.8.3, and 5.9.1.
108
1091.93 Friday 14th November, 2003
110 Data for 5.9.0 and 5.6.2
111
1121.92 Friday 14th November, 2003
113 Incorporated two patches submitted from anonymous reporters
114 via rt.cpan.org (#4358 and #4359, corelist enhancement and
115 information for 5.8.2)
116 Added 5.8.1 information.
117
1181.91 18th May 2003
119 - Fix from Mark Fowler - XSLoader is autogenerated too
120
1211.9 22nd April 2003
122 - incorported PodMaster's corelist script
123
1241.8 13th February 2003
125 - reformatted Changes file to use makereadme
126 - fixed version of Exporter::Heavy for 5.8 (as caught by Leon Brocard)
127
1281.7 30th July 2002
129 - HISTORY contents moved to this Changes file
130 - identify-dependencies script given some loving.
131
1321.6 July 2002
133 - Included Config as a shipped module for all releases of perl
134 (caught by Mark Fowler)
135 - Added data for the 5.8 release.
136
1371.5 2nd April 2002
138 - Fixed a glaring bug caught by the testsuite but sadly
139 released. perl5.004_05 was released post 5.005_03 and so
140 isn't the first release to contain File::Spec.
141 - Added data for 5.003_07, 5.004, and 5.005 releases.
142 - Added the %released hash.
143
1441.4 2nd April 2002
145 - Bugfixes from Roland Bauer to allow the code to work under
146 5.004_04.
147 - Using a cgi developed by Roland caught and fixed a number of
148 bugs in the previous extraction of module names.
149 - Rewrote the name extractor to be simpler.
150 - Added data for the 5.004_05 and 5.6.0 releases of perl.
151
1521.3 25th March 2002
153 - Initial CPAN release, covers 5.00503, 5.6.1 and 5.7.3