The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!perl

use Test::More 'no_plan';
use Bio::Util::DNA qw(randomDNA);

use Bio::Translator::Utils;

my $utils = new Bio::Translator::Utils;

ok( $utils->getCDS( randomDNA() ), 'getCDS ran' );