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 / hang.t
index 6de22e6..21b9304 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!perl
 
 # test for bug #34584: hang in exp(1/2)
 
@@ -11,7 +11,7 @@ use Math::BigRat;
 
 my $result = Math::BigRat->new('1/2')->bexp();
 
-is("$result", "9535900335500879457687887524133067574481/5783815921445270815783609372070483523265",
+is("$result", "824360635350064073424325393907081785827/500000000000000000000000000000000000000",
    "exp(1/2) worked");
 
 ##############################################################################