my $more_magnetude = Type::Coercion->new( name => 'MoreMagnitude', type_constraint => Num, type_coercion_map => [ Str, sub { $lookup->{$_}* 11 } ], );