Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add build_requires
  • Loading branch information
Chris Fields committed Nov 7, 2011
1 parent d4b6af2 commit 38220cc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Build.PL
Expand Up @@ -9,7 +9,7 @@ use Module::Build;

my $build = Module::Build->new(
dist_name => 'BioPerl-Network',
dist_version => '1.006901',
dist_version => '1.006902',
module_name => 'Bio::Network',
dist_author => 'BioPerl Team <bioperl-l@bioperl.org>',
dist_abstract => 'BioPerl-Network - package for biological networks',
Expand All @@ -22,6 +22,11 @@ my $build = Module::Build->new(
recommends => {
'XML::Twig' => 3.22 # parsing PSI XML/Bio::Graph::IO::psi
},
build_requires => {
'Test::More' => '0',
'Test::Warn' => '0',
'Test::Exception' => '0'
}
#dynamic_config => 1,
#create_makefile_pl => 'passthrough'
);
Expand Down

0 comments on commit 38220cc

Please sign in to comment.