-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathperl5273delta.html
212 lines (131 loc) · 9.01 KB
/
perl5273delta.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:[email protected]" />
</head>
<body style="background-color: white">
<ul id="index">
<li><a href="#NAME">NAME</a></li>
<li><a href="#DESCRIPTION">DESCRIPTION</a></li>
<li><a href="#Deprecations">Deprecations</a>
<ul>
<li><a href="#Module-removals">Module removals</a></li>
</ul>
</li>
<li><a href="#Performance-Enhancements">Performance Enhancements</a></li>
<li><a href="#Modules-and-Pragmata">Modules and Pragmata</a>
<ul>
<li><a href="#Updated-Modules-and-Pragmata">Updated Modules and Pragmata</a></li>
</ul>
</li>
<li><a href="#Configuration-and-Compilation">Configuration and Compilation</a></li>
<li><a href="#Selected-Bug-Fixes">Selected Bug Fixes</a></li>
<li><a href="#Acknowledgements">Acknowledgements</a></li>
<li><a href="#Reporting-Bugs">Reporting Bugs</a></li>
<li><a href="#Give-Thanks">Give Thanks</a></li>
<li><a href="#SEE-ALSO">SEE ALSO</a></li>
</ul>
<h1 id="NAME">NAME</h1>
<p>perl5273delta - what is new for perl v5.27.3</p>
<h1 id="DESCRIPTION">DESCRIPTION</h1>
<p>This document describes differences between the 5.27.2 release and the 5.27.3 release.</p>
<p>If you are upgrading from an earlier release such as 5.27.1, first read <a href="/cperl/perl5272delta.html">perl5272delta</a>, which describes differences between 5.27.1 and 5.27.2.</p>
<h1 id="Deprecations">Deprecations</h1>
<h2 id="Module-removals">Module removals</h2>
<p>The following modules will be removed from the core distribution in a future release, and will at that time need to be installed from CPAN. Distributions on CPAN which require these modules will need to list them as prerequisites.</p>
<p>The core versions of these modules will now issue <code>"deprecated"</code>-category warnings to alert you to this fact. To silence these deprecation warnings, install the modules in question from CPAN.</p>
<p>Note that these are (with rare exceptions) fine modules that you are encouraged to continue to use. Their disinclusion from core primarily hinges on their necessity to bootstrapping a fully functional, CPAN-capable Perl installation, not usually on concerns over their design.</p>
<dl>
<dt id="B::Debug">B::Debug</dt>
<dd>
</dd>
</dl>
<h1 id="Performance-Enhancements">Performance Enhancements</h1>
<ul>
<li><p><code>SvTRUE()</code> is now more efficient.</p>
</li>
<li><p><code>keys()</code> in void and scalar contexts is now more efficient.</p>
</li>
<li><p>Various integer-returning ops are now more efficient in scalar/boolean context.</p>
</li>
<li><p><code>if (index(...) != -1) { ... }</code> is now more efficient.</p>
</li>
<li><p><code>for()</code> loops and similar constructs are now more efficient in most cases.</p>
</li>
</ul>
<h1 id="Modules-and-Pragmata">Modules and Pragmata</h1>
<h2 id="Updated-Modules-and-Pragmata">Updated Modules and Pragmata</h2>
<ul>
<li><p><a href="/cperl/lib/B.html">B</a> has been upgraded from version 1.68 to 1.69.</p>
</li>
<li><p><a href="/cperl/lib/B/Concise.html">B::Concise</a> has been upgraded from version 1.000 to 1.001.</p>
</li>
<li><p><a>B::Debug</a> has been upgraded from version 1.24 to 1.25. NOTE: <a>B::Debug</a> is deprecated and may be removed from a future version of Perl.</p>
</li>
<li><p><a href="/cperl/lib/B/Deparse.html">B::Deparse</a> has been upgraded from version 1.41 to 1.42.</p>
</li>
<li><p><a href="/cperl/lib/base.html">base</a> has been upgraded from version 2.25 to 2.26.</p>
</li>
<li><p><a href="/cperl/lib/Data/Dumper.html">Data::Dumper</a> has been upgraded from version 2.167 to 2.167_02.</p>
</li>
<li><p><a href="/cperl/lib/Devel/Peek.html">Devel::Peek</a> has been upgraded from version 1.26 to 1.27.</p>
</li>
<li><p><a href="/cperl/lib/ExtUtils/Constant.html">ExtUtils::Constant</a> has been upgraded from version 0.23 to 0.24.</p>
</li>
<li><p><a href="/cperl/lib/ExtUtils/ParseXS.html">ExtUtils::ParseXS</a> has been upgraded from version 3.34 to 3.35.</p>
</li>
<li><p><a href="/cperl/lib/ExtUtils/Typemaps.html">ExtUtils::Typemaps</a> has been upgraded from version 3.34 to 3.35.</p>
</li>
<li><p><a href="/cperl/lib/Filter/Simple.html">Filter::Simple</a> has been upgraded from version 0.93 to 0.94.</p>
</li>
<li><p><a href="/cperl/lib/Module/CoreList.html">Module::CoreList</a> has been upgraded from version 5.20170720 to 5.20170821.</p>
</li>
<li><p><a href="/cperl/lib/SelfLoader.html">SelfLoader</a> has been upgraded from version 1.23 to 1.24.</p>
</li>
<li><p><a href="/cperl/lib/Storable.html">Storable</a> has been upgraded from version 2.63 to 2.64.</p>
</li>
<li><p><a href="/cperl/lib/threads.html">threads</a> has been upgraded from version 2.16 to 2.17.</p>
</li>
<li><p><a href="/cperl/lib/utf8.html">utf8</a> has been upgraded from version 1.19 to 1.20.</p>
</li>
</ul>
<h1 id="Configuration-and-Compilation">Configuration and Compilation</h1>
<ul>
<li><p>On GCC, <code>-Werror=pointer-arith</code> is now enabled by default, disallowing arithmetic on void and function pointers.</p>
</li>
</ul>
<h1 id="Selected-Bug-Fixes">Selected Bug Fixes</h1>
<ul>
<li><p>Fixed a duplicate symbol failure with <code>-flto -mieee-fp</code> builds. <i>pp.c</i> defined <code>_LIB_VERSION</code> which <code>-lieee</code> already defines. [perl #131786]</p>
</li>
<li><p>The tokenizer no longer consumes the exponent part of a floating point number if it's incomplete. [perl #131725]</p>
</li>
<li><p>On non-threaded builds, for <code>m/$null/</code> where <code>$null</code> is an empty string is no longer treated as if the <code>/o</code> flag was present when the previous matching match operator included the <code>/o</code> flag. The rewriting used to implement this behavior could confuse the interpreter. This matches the behaviour of threaded builds. [perl #124368]</p>
</li>
</ul>
<h1 id="Acknowledgements">Acknowledgements</h1>
<p>Perl 5.27.3 represents approximately 5 weeks of development since Perl 5.27.2 and contains approximately 5,600 lines of changes across 150 files from 19 authors.</p>
<p>Excluding auto-generated files, documentation and release tools, there were approximately 4,000 lines of changes to 84 .pm, .t, .c and .h files.</p>
<p>Perl continues to flourish into its third decade thanks to a vibrant community of users and developers. The following people are known to have contributed the improvements that became Perl 5.27.3:</p>
<p>Aaron Crane, Aristotle Pagaltzis, Chris 'BinGOs' Williams, Craig A. Berry, Dagfinn Ilmari Mannsåker, Daniel Dragan, David Mitchell, Father Chrysostomos, James E Keenan, Karl Williamson, Ken Brown, Lukas Mai, Matthew Horsfall, Nicholas Clark, Robin Barker, Steffen Müller, Steve Hay, Tony Cook, Zefram.</p>
<p>The list above is almost certainly incomplete as it is automatically generated from version control history. In particular, it does not include the names of the (very much appreciated) contributors who reported issues to the Perl bug tracker.</p>
<p>Many of the changes included in this version originated in the CPAN modules included in Perl's core. We're grateful to the entire CPAN community for helping Perl to flourish.</p>
<p>For a more complete list of all of Perl's historical contributors, please see the <i>AUTHORS</i> file in the Perl source distribution.</p>
<h1 id="Reporting-Bugs">Reporting Bugs</h1>
<p>If you find what you think is a bug, you might check the perl bug database at <a href="https://rt.perl.org/">https://rt.perl.org/</a> . There may also be information at <a href="http://www.perl.org/">http://www.perl.org/</a> , the Perl Home Page.</p>
<p>If you believe you have an unreported bug, please run the <a>perlbug</a> program included with your release. Be sure to trim your bug down to a tiny but sufficient test case. Your bug report, along with the output of <code>perl -V</code>, will be sent off to [email protected] to be analysed by the Perl porting team.</p>
<p>If the bug you are reporting has security implications which make it inappropriate to send to a publicly archived mailing list, then see <a href="/cperl/perlsec.html#SECURITY-VULNERABILITY-CONTACT-INFORMATION">"SECURITY VULNERABILITY CONTACT INFORMATION" in perlsec</a> for details of how to report the issue.</p>
<h1 id="Give-Thanks">Give Thanks</h1>
<p>If you wish to thank the Perl 5 Porters for the work we had done in Perl 5, you can do so by running the <code>perlthanks</code> program:</p>
<pre><code> perlthanks</code></pre>
<p>This will send an email to the Perl 5 Porters list with your show of thanks.</p>
<h1 id="SEE-ALSO">SEE ALSO</h1>
<p>The <i>Changes</i> file for an explanation of how to view exhaustive details on what changed.</p>
<p>The <i>INSTALL</i> file for how to build Perl.</p>
<p>The <i>README</i> file for general stuff.</p>
<p>The <i>Artistic</i> and <i>Copying</i> files for copyright information.</p>
</body>
</html>