AI-Fuzzy

 view release on metacpan or  search on metacpan

test.pl  view on Meta::CPAN

use Test;
BEGIN { plan tests => 17 };
use AI::Fuzzy;
ok(1); # If we made it this far, we're ok.

$l = new AI::Fuzzy::Label;
ok(2); # If we made it this far, we're ok.

$s = new AI::Fuzzy::Set;
ok(3); # If we made it this far, we're ok.

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.112 second using v1.00-cache-2.02-grep-82fe00e-cpan-585fae043c8 )