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

added new_fast constructor

parent 77393e8d
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,13 @@ sub new {
}
sub new_fast {
my $class = shift;
my $hashref = shift;
return bless $hashref, $class;
}
=head2 name
Arg [1] : string $name (optional)
......
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