Skip to content

Commit

Permalink
Merge pull request #364 from at7/feature/update_cpanm95
Browse files Browse the repository at this point in the history
Feature/update cpanm95
  • Loading branch information
ens-lgil authored Jan 16, 2019
2 parents bf6a763 + a8c793e commit f9c3163
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cpanfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
requires 'DBI';
requires 'Set::IntervalTree';
requires 'JSON';
requires 'Text::CSV';
recommends 'DBD::mysql';
recommends 'PerlIO::gzip';
recommends 'IO::Uncompress::Gunzip';
Expand Down
2 changes: 1 addition & 1 deletion modules/Bio/EnsEMBL/VEP/Constants.pm
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ use warnings;
use base qw(Exporter);

our $VEP_VERSION = 95;
our $VEP_SUB_VERSION = 0;
our $VEP_SUB_VERSION = 1;

our @EXPORT_OK = qw(
@FLAG_FIELDS
Expand Down

0 comments on commit f9c3163

Please sign in to comment.