diff options
author | Chris Williams <chris@bingosnet.co.uk> | 2009-09-10 21:30:20 +0100 |
---|---|---|
committer | Chris Williams <chris@bingosnet.co.uk> | 2009-09-10 21:30:20 +0100 |
commit | a3bef8ed8dece3b48e9e11993f255fbe719a0647 (patch) | |
tree | a1c54009ef1eb097495c49c44bb8b4133a93c5aa /lib/bignum/t/brinfnan.t | |
parent | 5711376d83710d8f98ce1dc447317524afb70055 (diff) | |
download | perl-a3bef8ed8dece3b48e9e11993f255fbe719a0647.tar.gz |
Moved bignum from lib/ to ext/
Diffstat (limited to 'lib/bignum/t/brinfnan.t')
-rw-r--r-- | lib/bignum/t/brinfnan.t | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/lib/bignum/t/brinfnan.t b/lib/bignum/t/brinfnan.t deleted file mode 100644 index 286adbc0ca..0000000000 --- a/lib/bignum/t/brinfnan.t +++ /dev/null @@ -1,22 +0,0 @@ -#!/usr/bin/perl -w - -############################################################################### - -use Test; -use strict; - -BEGIN - { - $| = 1; - chdir 't' if -d 't'; - unshift @INC, '../lib'; - unshift @INC, '../lib/bignum/t' if $ENV{PERL_CORE}; - plan tests => 26; - } - -use bigrat; - -my ($x); - -require "infnan.inc"; - |