Algorithm-HyperLogLog

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
        'Test::More' => '0.98',
    },
 
    test_requires => {
    },
 
    name            => 'Algorithm-HyperLogLog',
    module_name     => 'Algorithm::HyperLogLog',
    allow_pureperl => 0,
 
    script_files => [glob('script/*'), glob('bin/*')],
    c_source     => [qw()],
    PL_files => {},
 
    test_files           => ((-d '.git' || $ENV{RELEASE_TESTING}) && -d 'xt') ? 't/ xt/' : 't/',
    recursive_test_files => 1,
 
 
);
if (-d 'share') {
    $args{share_dir} = 'share';



( run in 0.305 second using v1.01-cache-2.11-cpan-95122f20152 )