From 7764b897f4501188081a622b1d6e5b570c1b409a Mon Sep 17 00:00:00 2001 From: Dan T Andrews <dta@sanger.ac.uk> Date: Thu, 15 Jul 2004 15:17:44 +0000 Subject: [PATCH] Swatting a very minor documentation bug in the module description. --- modules/Bio/EnsEMBL/Root.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Bio/EnsEMBL/Root.pm b/modules/Bio/EnsEMBL/Root.pm index dc92931b3a..a11ad5ffd6 100644 --- a/modules/Bio/EnsEMBL/Root.pm +++ b/modules/Bio/EnsEMBL/Root.pm @@ -12,7 +12,7 @@ rearrange method which can be imported in the following way: use Bio::EnsEMBL::Utils::Argument qw(rearrange); #can now call rearrange as a class method (instead as object method) - my ($start, $end) = rearrange(['START','END'], \@args); + my ($start, $end) = rearrange(['START','END'], @args); If you want to use the throw or warn methods the replacement use the class methods throw and warning from the Bio::EnsEMBL::Utils::Exception class: -- GitLab