Algorithm-SlopeOne
view release on metacpan or search on metacpan
t/00-load.t view on Meta::CPAN
#!perl
use strict;
use utf8;
use warnings qw(all);
use Test::More tests => 1;
BEGIN {
use_ok(q(Algorithm::SlopeOne));
};
diag(qq(Algorithm::SlopeOne v$Algorithm::SlopeOne::VERSION, Perl $], $^X));
( run in 0.371 second using v1.01-cache-2.11-cpan-677af5a14d3 )