Bio-SeqHash

 view release on metacpan or  search on metacpan

t/02-methods.t  view on Meta::CPAN

#!/usr/bin/env perl
use Modern::Perl;
use Test::More;
use IO::All;

my $module;
BEGIN {
  $module = 'Bio::SeqHash';
  use_ok($module);
}
my @attrs = qw();
my @methods = qw(fa2hs get_id_seq get_seq get_seqs_batch);
can_ok($module, $_) for @attrs;
can_ok($module, $_) for @methods;

done_testing

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

( run in 0.469 second using v1.00-cache-2.02-grep-82fe00e-cpan-2c419f77a38b )