Acme-HidamariSketch

 view release on metacpan or  search on metacpan

t/01_hidamari.t  view on Meta::CPAN

use strict;
use warnings;
use utf8;
use Test::More;

use Acme::HidamariSketch;


subtest 'new' => sub {
    my $hidamari = Acme::HidamariSketch->new;
    ok $hidamari;
};


done_testing;



( run in 1.943 second using v1.01-cache-2.11-cpan-364913b4093 )