[Bioperl-l] Network tests overhaul

Sendu Bala bix at sendu.me.uk
Mon Jun 18 10:46:17 UTC 2007


Sendu Bala wrote:
> Adding support to test scripts consists of the following changes:
> 
> + use Module::Build;
> + my $build = Module::Build->current(get_options => { network => {} });

That should read:
+ my $build = Module::Build->current();

> + my $do_network_tests = $build->notes('network');



More information about the Bioperl-l mailing list