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 / bigratup.t
index 8b17a31..e963da3 100644 (file)
@@ -2,16 +2,8 @@
 
 # Test whether $Math::BigInt::upgrade breaks our neck
 
-use Test::More;
 use strict;
-
-BEGIN
-  {
-  $| = 1;
-  chdir 't' if -d 't';
-  unshift @INC, '../lib';
-  plan tests => 5;
-  }
+use Test::More tests => 5;
 
 use Math::BigInt upgrade => 'Math::BigRat';
 use Math::BigRat;