String::Normal::Type::State;
This package defines substitutions to be performed on State types.
new( %params )
my $state = String::Normal::Type::State->new;
Creates a State type.
transform( $value )
my $new_value = $state->transform( $value );
Transforms a value according to the rules of a State type.
To install String::Normal, copy and paste the appropriate command in to your terminal.
cpanm
cpanm String::Normal
CPAN shell
perl -MCPAN -e shell install String::Normal
For more information on module installation, please visit the detailed CPAN module installation guide.