This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade Math::BigRat from version 0.25 to 0.26
[perl5.git] / cpan / Math-BigRat / t / hang.t
index 5cb2b78..cf4d65c 100644 (file)
@@ -3,15 +3,7 @@
 # test for bug #34584: hang in exp(1/2)
 
 use strict;
-use Test::More;
-
-BEGIN 
-  {
-  $| = 1;
-  chdir 't' if -d 't';
-  unshift @INC, '../lib'; # for running manually
-  plan tests => 1;
-  }
+use Test::More tests => 1;
 
 use Math::BigRat;