Skip to content

Commit

Permalink
Export newly moved function to different module
Browse files Browse the repository at this point in the history
  • Loading branch information
nakib103 committed Feb 19, 2024
1 parent d27b169 commit 4637314
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 4637314

Please sign in to comment.