NAME

Petal::Hash::UpperCase - A modifier that uppercases the results of an expression

SYNOPSIS

my $value = $hash->{'some.expression'};
my $upper_value = $hash->{':uc some.expression'};

AUTHOR

Jean-Michel Hiver <jhiver@mkdoc.com>

This module is redistributed under the same license as Perl itself.

SEE ALSO

The template hash module:

Petal::Hash