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 / bigfltrt.t
diff --git a/cpan/Math-BigRat/t/bigfltrt.t b/cpan/Math-BigRat/t/bigfltrt.t
deleted file mode 100644 (file)
index 27a17b2..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-# -*- mode: perl; -*-
-
-use strict;
-use warnings;
-
-use lib 't';
-
-use Test::More tests => 1;
-
-use Math::BigRat::Test lib => 'Calc';   # test via this Subclass
-
-our ($CLASS, $LIB);
-$CLASS = "Math::BigRat::Test";
-$LIB   = "Math::BigInt::Calc";
-
-pass();
-
-# fails still too many tests
-#require './t/bigfltpm.inc';            # all tests here for sharing