Skip to content

Commit

Permalink
Add a sanity check for WWW::PhyloBox::Manual
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Nov 12, 2010
1 parent 24d1c09 commit d9f6789
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/00-load.t
@@ -1,12 +1,13 @@
#!perl

use Test::More tests => 1;
use Test::More tests => 3;

use lib './lib';

BEGIN {
use_ok( 'WWW::PhyloBox' );
use_ok( 'WWW::PhyloBox::Response' );
require_ok( 'WWW/PhyloBox/Manual.pod' );
}

diag( "Testing WWW::PhyloBox Perl $], $^X" );

0 comments on commit d9f6789

Please sign in to comment.