Skip to content

Commit

Permalink
small changes, see if pushing a new release helps CPAN indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Fields committed Oct 13, 2011
1 parent 6caa4eb commit 1e8e3cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Build.PL
Expand Up @@ -9,20 +9,20 @@ use Module::Build;

my $build = Module::Build->new(
dist_name => 'BioPerl-Network',
dist_version => '1.006900',
dist_version => '1.006901',
module_name => 'Bio::Network',
dist_author => 'BioPerl Team <bioperl-l@bioperl.org>',
dist_abstract => 'BioPerl-Network - package for biological networks',
license => 'perl',
requires => {
'perl' => '5.6.1',
'Bio::Root::Version' => '1.006900',
'Bio::Root::Version' => '1.006901',
'Graph' => 0.86
},
recommends => {
'XML::Twig' => 3.22 # parsing PSI XML/Bio::Graph::IO::psi
},
dynamic_config => 1,
#dynamic_config => 1,
#create_makefile_pl => 'passthrough'
);

Expand Down
4 changes: 4 additions & 0 deletions Changes
Expand Up @@ -3,6 +3,10 @@ Revision history for bioperl-network.
Full details of changes between all versions are available online at:
http://www.bioperl.org/wiki/Change_log

1.6.901
-----
Attempt to fix CPAN indexing

1.6.900
-----
Release to coincide with BioPerl 1.6.900
Expand Down

0 comments on commit 1e8e3cb

Please sign in to comment.