This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade Math::BigRat from version 0.260802 to 0.260804
[perl5.git] / cpan / Math-BigRat / t / bigratup.t
index 46d68f3..f424486 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!perl
 
 # Test whether $Math::BigInt::upgrade breaks our neck
 
@@ -33,7 +33,7 @@ is($x->bsqrt(), '3', 'bsqrt(144/16)');
 
 $x = $rat->new('1/3');
 is($x->bsqrt(),
-   '1000000000000000000000000000000000000000/1732050807568877293527446341505872366943',
+   '1443375672974064411272871951254893639119/2500000000000000000000000000000000000000',
    'bsqrt(1/3)');
 
 # all tests successful