1PERL5184DELTA(1) Perl Programmers Reference Guide PERL5184DELTA(1)
2
3
4
6 perl5184delta - what is new for perl v5.18.4
7
9 This document describes differences between the 5.18.4 release and the
10 5.18.2 release. Please note: This document ignores perl 5.18.3, a
11 broken release which existed for a few hours only.
12
13 If you are upgrading from an earlier release such as 5.18.1, first read
14 perl5182delta, which describes differences between 5.18.1 and 5.18.2.
15
17 Updated Modules and Pragmata
18 · Digest::SHA has been upgraded from 5.84_01 to 5.84_02.
19
20 · perl5db.pl has been upgraded from version 1.39_10 to 1.39_11.
21
22 This fixes a crash in tab completion, where available. [perl
23 #120827] Also, filehandle information is properly reset after a
24 pager is run. [perl #121456]
25
27 Platform-Specific Notes
28 Win32
29 · Introduced by perl #113536
30 <https://rt.perl.org/Public/Bug/Display.html?id=113536>, a
31 memory leak on every call to "system" and backticks (" `` "),
32 on most Win32 Perls starting from 5.18.0 has been fixed. The
33 memory leak only occurred if you enabled pseudo-fork in your
34 build of Win32 Perl, and were running that build on Server 2003
35 R2 or newer OS. The leak does not appear on WinXP SP3. [perl
36 #121676
37 <https://rt.perl.org/Public/Bug/Display.html?id=121676>]
38
40 · The debugger now properly resets filehandles as needed. [perl
41 #121456]
42
43 · A segfault in Digest::SHA has been addressed. [perl #121421]
44
45 · perl can again be built with USE_64_BIT_INT, with Visual C 2003, 32
46 bit. [perl #120925]
47
48 · A leading { (brace) in formats is properly parsed again. [perl
49 #119973]
50
51 · Copy the values used to perturb hash iteration when cloning an
52 interpreter. This was fairly harmless but caused "valgrind" to
53 complain. [perl #121336]
54
55 · In Perl v5.18 "undef *_; goto &sub" and "local *_; goto &sub"
56 started crashing. This has been fixed. [perl #119949]
57
59 Perl 5.18.4 represents approximately 9 months of development since Perl
60 5.18.2 and contains approximately 2,000 lines of changes across 53
61 files from 13 authors.
62
63 Perl continues to flourish into its third decade thanks to a vibrant
64 community of users and developers. The following people are known to
65 have contributed the improvements that became Perl 5.18.4:
66
67 Daniel Dragan, David Mitchell, Doug Bell, Father Chrysostomos, Hiroo
68 Hayashi, James E Keenan, Karl Williamson, Mark Shelor, Ricardo Signes,
69 Shlomi Fish, Smylers, Steve Hay, Tony Cook.
70
71 The list above is almost certainly incomplete as it is automatically
72 generated from version control history. In particular, it does not
73 include the names of the (very much appreciated) contributors who
74 reported issues to the Perl bug tracker.
75
76 Many of the changes included in this version originated in the CPAN
77 modules included in Perl's core. We're grateful to the entire CPAN
78 community for helping Perl to flourish.
79
80 For a more complete list of all of Perl's historical contributors,
81 please see the AUTHORS file in the Perl source distribution.
82
84 If you find what you think is a bug, you might check the articles
85 recently posted to the comp.lang.perl.misc newsgroup and the perl bug
86 database at http://rt.perl.org/perlbug/ . There may also be
87 information at http://www.perl.org/ , the Perl Home Page.
88
89 If you believe you have an unreported bug, please run the perlbug
90 program included with your release. Be sure to trim your bug down to a
91 tiny but sufficient test case. Your bug report, along with the output
92 of "perl -V", will be sent off to perlbug@perl.org to be analysed by
93 the Perl porting team.
94
95 If the bug you are reporting has security implications, which make it
96 inappropriate to send to a publicly archived mailing list, then please
97 send it to perl5-security-report@perl.org. This points to a closed
98 subscription unarchived mailing list, which includes all the core
99 committers, who will be able to help assess the impact of issues,
100 figure out a resolution, and help co-ordinate the release of patches to
101 mitigate or fix the problem across all platforms on which Perl is
102 supported. Please only use this address for security issues in the
103 Perl core, not for modules independently distributed on CPAN.
104
106 The Changes file for an explanation of how to view exhaustive details
107 on what changed.
108
109 The INSTALL file for how to build Perl.
110
111 The README file for general stuff.
112
113 The Artistic and Copying files for copyright information.
114
115
116
117perl v5.28.2 2018-11-01 PERL5184DELTA(1)