use overload; sub new { my $class = shift; overload->import( %{shift()} ); return bless {}, $class; }