Lines Matching full:perl
5 perl5184delta - what is new for perl v5.18.4
10 release. B<Please note:> This document ignores perl 5.18.3, a broken release
30 This fixes a crash in tab completion, where available. [perl #120827] Also,
31 filehandle information is properly reset after a pager is run. [perl #121456]
48 L<[GH #12161]|https://github.com/Perl/perl5/issues/12161>, a memory
51 enabled pseudo-fork in your build of Win32 Perl, and were running that build on
53 L<[GH #13741]|https://github.com/Perl/perl5/issues/13741>
65 The debugger now properly resets filehandles as needed. [perl #121456]
69 A segfault in Digest::SHA has been addressed. [perl #121421]
73 perl can again be built with USE_64_BIT_INT, with Visual C 2003, 32 bit.
74 [perl #120925]
78 A leading { (brace) in formats is properly parsed again. [perl #119973]
84 complain. [perl #121336]
88 In Perl v5.18 C<undef *_; goto &sub> and C<local *_; goto &sub> started
89 crashing. This has been fixed. [perl #119949]
95 Perl 5.18.4 represents approximately 9 months of development since Perl 5.18.2
99 Perl continues to flourish into its third decade thanks to a vibrant community
101 improvements that became Perl 5.18.4:
109 the (very much appreciated) contributors who reported issues to the Perl bug
113 included in Perl's core. We're grateful to the entire CPAN community for
114 helping Perl to flourish.
116 For a more complete list of all of Perl's historical contributors, please see
117 the F<AUTHORS> file in the Perl source distribution.
122 posted to the comp.lang.perl.misc newsgroup and the perl bug database at
123 http://rt.perl.org/perlbug/ . There may also be information at
124 http://www.perl.org/ , the Perl Home Page.
128 sufficient test case. Your bug report, along with the output of C<perl -V>,
129 will be sent off to perlbug@perl.org to be analysed by the Perl porting team.
133 to perl5-security-report@perl.org. This points to a closed subscription
137 platforms on which Perl is supported. Please only use this address for
138 security issues in the Perl core, not for modules independently distributed on
146 The F<INSTALL> file for how to build Perl.