-
Notifications
You must be signed in to change notification settings - Fork 577
Not OK: perl 5.00558 on i386-sco 3.2v5.0.4 #263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From [email protected]Three problems with C<make test>: The test F<lib/bigfloatpm.t> fails at 347. use Math::BigFloat; $x=new Math::BigFloat "-1"; $y=$x->fsqrt; print $y,"\n"; outputs: NaN C<Math::BigFloat::fadd> seems not called and The test F<pragma/warning.t> fails at 190 use warning 'io' ; open(FOO, ">&STDOUT") and print <FOO>; read(FOO,$x,1); Lastly, F<op/filetest.t> fails at 7 when START OF PATCH-------------------------------------------------- I'll have a look on sco3 tomorrow. Francois Desarmenien Site configuration information for perl 5.00558: Configured by desar at Tue Jul 27 17:41:42 CETDST 1999. Summary of my perl5 (revision 5.0 version 5 subversion 58) configuration: Locally applied patches: @INC for perl 5.00558: Environment for perl 5.00558: |
Fix #263 Do not restrict 'use v7' to 'v7'. With this change we are now also accepting: `use v7.0`, `use v7.x`...
Migrated from rt.perl.org#1080 (status was 'resolved')
Searchable as RT1080$
The text was updated successfully, but these errors were encountered: