This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
cpan/Math-BigInt - Update to version 2.000000
[perl5.git] / cpan / Math-BigRat / t / bigratpm.t
diff --git a/cpan/Math-BigRat/t/bigratpm.t b/cpan/Math-BigRat/t/bigratpm.t
deleted file mode 100644 (file)
index d6d9641..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-# -*- mode: perl; -*-
-
-use strict;
-use warnings;
-
-use Test::More tests => 899;
-
-use Math::BigRat lib => 'Calc';
-
-our ($CLASS, $LIB);
-$CLASS = "Math::BigRat";
-$LIB  = "Math::BigInt::Calc";  # backend
-
-require './t/bigratpm.inc';     # all tests here for sharing