Skip to content
Snippets Groups Projects
Commit adad2ba5 authored by Abel Ureta-Vidal's avatar Abel Ureta-Vidal
Browse files

Can now export all method by default if none is specified

parent d35ffd55
No related branches found
No related tags found
No related merge requests found
......@@ -47,11 +47,10 @@ package Bio::EnsEMBL::Utils::Argument;
use Exporter;
use vars qw(@ISA @EXPORT_OK);
use vars qw(@ISA @EXPORT);
@ISA = qw(Exporter);
@EXPORT_OK = qw(&rearrange);
@EXPORT = qw(rearrange);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment