Raw File
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