Skip to content

Commit

Permalink
Merge pull request #1614 from nakib103/fix_export
Browse files Browse the repository at this point in the history
Export newly moved function to different module
  • Loading branch information
nuno-agostinho authored Feb 19, 2024
2 parents d27b169 + 4637314 commit f1b62b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/Bio/EnsEMBL/VEP/BaseVEP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ use Bio::EnsEMBL::VEP::Stats;
use File::Spec;
use FileHandle;

use base qw(Exporter);

our @EXPORT_OK = qw(_fetch_chr_synonyms);

=head2 new
Expand Down

0 comments on commit f1b62b9

Please sign in to comment.