fix Using a hash as a reference is deprecated warning
This commit is contained in:
@@ -128,7 +128,7 @@ sub e_index {
|
|||||||
my $self = shift();
|
my $self = shift();
|
||||||
my %index;
|
my %index;
|
||||||
foreach my $id ( keys %{$self->e_id} ){
|
foreach my $id ( keys %{$self->e_id} ){
|
||||||
%index->{$id} = $id;
|
$index{$id} = $id;
|
||||||
}
|
}
|
||||||
return \%index;
|
return \%index;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user