Sort-Naturally-ICU

 view release on metacpan or  search on metacpan

t/Sort-Naturally-ICU.t  view on Meta::CPAN

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

BEGIN { use_ok('Sort::Naturally::ICU') }

ok(defined &ncmp, 'ncmp subroutine exported');
ok(defined &nsort, 'nsort subroutine exported');

done_testing();



( run in 1.113 second using v1.01-cache-2.11-cpan-63c85eba8c4 )