Skip to content
Snippets Groups Projects
Commit 4810c081 authored by Brian Gibbins's avatar Brian Gibbins
Browse files

chnaged new_fast

parent 86a23953
No related branches found
No related tags found
No related merge requests found
......@@ -62,8 +62,9 @@ use strict;
sub new_fast {
my $class = shift;
my $hashref = shift;
return bless $hashref, $class;
bless $hashref, $class;
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