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');