In perl.git, the branch release-5.21.2 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/0e22af76ea3956d87f75200a0474dae9e3c48a79?hp=0f824be90600ec3504034b0173fa6b67f3a4d4e8>
- Log ----------------------------------------------------------------- commit 0e22af76ea3956d87f75200a0474dae9e3c48a79 Author: Abigail <[email protected]> Date: Sun Jul 20 13:33:42 2014 +0200 Adjust 31e62fa1f35be3aceacc7fa62ce72d7131299a9a It seems that 'sqrt' is not always called as a system call, in particular, when compiling with -Dusemorebits ----------------------------------------------------------------------- Summary of changes: t/porting/libperl.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/porting/libperl.t b/t/porting/libperl.t index 18c1801..8f1dc05 100644 --- a/t/porting/libperl.t +++ b/t/porting/libperl.t @@ -416,10 +416,10 @@ ok(keys %{$symbols{undef}}, "has undefined symbols"); # memchr, memcmp, memcpy should be used all over the place. # -# chmod, socket, getenv, sigaction, sqrt, time are system/library +# chmod, socket, getenv, sigaction, time are system/library # calls that should each see at least one use. my @good = qw(memchr memcmp memcpy - chmod socket getenv sigaction sqrt time); + chmod socket getenv sigaction time); if ($Config{usedl}) { push @good, 'dlopen'; } -- Perl5 Master Repository
