-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathperl5250delta.html
107 lines (66 loc) · 3.96 KB
/
perl5250delta.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
<?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="#Known-Problems">Known Problems</a></li>
<li><a href="#Acknowledgements">Acknowledgements</a></li>
<li><a href="#Reporting-Bugs">Reporting Bugs</a></li>
<li><a href="#SEE-ALSO">SEE ALSO</a></li>
</ul>
<h1 id="NAME">NAME</h1>
<p>[ this is a template for a new perldelta file. Any text flagged as XXX needs to be processed before release. ]</p>
<p>perl5250delta - what is new for perl v5.25.0</p>
<h1 id="DESCRIPTION">DESCRIPTION</h1>
<p>This document describes differences between the 5.24.0 release and the 5.25.0 release.</p>
<h1 id="Known-Problems">Known Problems</h1>
<ul>
<li><p>Some modules have been broken by the <a href="#Internal-Changes">context stack rework</a>. These modules were relying on non-guaranteed implementation details in perl. Their maintainers have been informed, and should contact perl5-porters for advice if needed. Below is a subset of these modules:</p>
<dl>
<dt id="Algorithm::Permute"><a>Algorithm::Permute</a></dt>
<dd>
</dd>
<dt id="Coro"><a>Coro</a></dt>
<dd>
<p><a>Coro</a> and perl v5.22.0 were already incompatible due to a change in the perl, and the reworking on the perl context stack creates a further incompatibility. perl5-porters has <a href="http://www.nntp.perl.org/group/perl.perl5.porters/2016/05/msg236174.html">discussed the issue on the mailing list</a>.</p>
</dd>
<dt id="Data::Alias"><a>Data::Alias</a></dt>
<dd>
</dd>
<dt id="RPerl"><a>RPerl</a></dt>
<dd>
</dd>
<dt id="Scope::Upper"><a>Scope::Upper</a></dt>
<dd>
</dd>
<dt id="TryCatch"><a>TryCatch</a></dt>
<dd>
</dd>
</dl>
</li>
<li><p>The module <a>lexical::underscore</a> no longer works on perl v5.24.0, because perl no longer has a lexical <code>$_</code>!</p>
</li>
<li><p><code>mod_perl</code> has been patched for compatibility for v5.22.0 and later but no release has been made. The relevant patch (and other changes) can be found in their source code repository, <a href="https://github.com/apache/mod_perl/commit/82827132efd3c2e25cc413c85af61bb63375da6e">mirrored at GitHub</a>.</p>
</li>
</ul>
<h1 id="Acknowledgements">Acknowledgements</h1>
<p>XXX Generate this with:</p>
<pre><code> perl Porting/acknowledgements.pl v5.24.0..HEAD</code></pre>
<h1 id="Reporting-Bugs">Reporting Bugs</h1>
<p>If you find what you think is a bug, you might check the articles recently posted to the comp.lang.perl.misc newsgroup and 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="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>