BioPerl-Run
view release on metacpan or search on metacpan
t/SoapEU-function.t view on Meta::CPAN
#-*-perl-*-
#testing SoapEUtilities with network queries
# idea: reproduce the examples at
# http://www.bioperl.org/wiki/HOWTO:EUtilities_Cookbook
use strict;
use warnings;
our $home;
BEGIN {
use Bio::Root::Test;
use lib '.';
$home = '.'; # set to '.' for Build use,
# '..' for debugging from .t file
unshift @INC, $home;
( run in 0.293 second using v1.01-cache-2.11-cpan-e9199f4ba4c )