[ensembl-dev] V.64 - Perl Warning issued when using load_registry_from_multiple_dbs()

John Marshall jm18 at sanger.ac.uk
Thu Oct 6 14:48:05 BST 2011


On 6 Oct 2011, at 14:33, ian Longden wrote:
> If you send the actual call it would be easier to diagnose.
> 
> On Thu, Oct 6, 2011 at 2:09 PM, Giuseppe G. <G.Gallone at sms.ed.ac.uk> wrote:
>> I've just started using v.64. Perl issues a warning when processing the arguments of load_registry_from_multiple_dbs():
>> 
>> Reference found where even-sized list expected at [SRCDIR]/ensembl/modules/Bio/EnsEMBL/Registry.pm line 2124.

If you look at line 2124, you'll see that it has recently changed, and should rather be

	local %registry_register=();

Presumably Giuseppe is using a recent version of Perl that emits a warning for what is at line 2124 in v64.

    John



More information about the Dev mailing list