swh:1:snp:5789d5563ae0ff1fac9d4620526a6e02863df326
Raw File
Tip revision: 50597c195332bb95289d4e4b4e99e51947543475 authored by apregier on 03 June 2013, 19:30:32 UTC
Resolve-attribute returns unique values, so count may not be the same
Tip revision: 50597c1
Genome.t
#!/usr/bin/env genome-perl
use strict;
use warnings;
use Test::More tests => 1;
use above "Genome";
ok(1,"used Genome without crashing with the 'above' pragma'");
back to top