Skip to content
Snippets Groups Projects
Commit a70b95b1 authored by Graham McVicker's avatar Graham McVicker
Browse files

new_fast sets synonym arrayref to []

parent 8be1aa85
No related branches found
No related tags found
No related merge requests found
......@@ -63,8 +63,9 @@ sub new_fast {
my $class = shift;
my $hashref = shift;
bless $hashref, $class;
$hashref->{_synonyms} = [];
return $hashref ;
return $hashref;
}
......
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