In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/7d376cf2211a31aecb2ae5e18343bf0d157125e8?hp=001761daee58d9e33b457b762adae1f44a887a2d>
- Log ----------------------------------------------------------------- commit 7d376cf2211a31aecb2ae5e18343bf0d157125e8 Author: Jarkko Hietaniemi <[email protected]> Date: Fri May 20 07:38:31 2016 -0400 Importing not-useful POSIX subs now fails at import time. ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 54ef078..3e6a8c7 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -158,9 +158,12 @@ XXX =item * L<POSIX> has been upgraded from version 1.66 to 1.69. This remedies several -defects in making its symbols exportable. [perl #127821] Furthermore, -the C<POSIX::tmpnam()> interface has been removed, +defects in making its symbols exportable. [perl #127821] +The C<POSIX::tmpnam()> interface has been removed, see L</"POSIX::tmpnam() has been removed">. +Trying to import POSIX subs that have no real implementations +(like C<POSIX::atend()>) now fails at import time, instead of +waiting until runtime. =back -- Perl5 Master Repository
