Algorithm-BinarySearch-Vec

 view release on metacpan or  search on metacpan

t/03_access.t  view on Meta::CPAN

1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- Mode: CPerl -*-
# t/03_access.t; test access
 
use lib qw(blib/lib blib/arch);
use Test::More tests => 28;
no warnings 'portable';
 
my $HAVE_QUAD = $Algorithm::BinarySearch::Vec::HAVE_QUAD;
 
##--------------------------------------------------------------
## utils
 
sub check_set {



( run in 0.262 second using v1.01-cache-2.11-cpan-1dc43b0fbd2 )