Sort-Naturally-XS
view release on metacpan or search on metacpan
t/Sort-Naturally-XS.t view on Meta::CPAN
use strict;
use warnings;
use Test::More;
BEGIN { use_ok('Sort::Naturally::XS') }
ok(defined &ncmp, 'ncmp subroutine exported');
ok(defined &nsort, 'nsort subroutine exported');
done_testing();
( run in 4.421 seconds using v1.01-cache-2.11-cpan-56fb94df46f )