This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Math::BigRat has blead as its upstream
[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 278980a..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/usr/bin/perl -w
-
-use strict;
-use Test::More tests => 1;
-
-BEGIN {
-  unshift @INC, 't';
-}
-
-use Math::BigRat::Test lib => 'Calc';  # test via this Subclass 
-
-use vars qw ($class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL);
-$class = "Math::BigRat::Test";
-$CL = "Math::BigInt::Calc";
-pass();
-
-# fails still too many tests
-#require 't/bigfltpm.inc';             # all tests here for sharing