NAME

Template::Reverse::Spacer::Punctuation - Insert spaces around punctuations.

VERSION

version 0.004

SYNOPSIS

package Template::Reverse::Spacer::Punctuation;
my $num = Template::Reverse::Spacer::Punctuation->new;
$num->Space('hello,world!!'); # 'hello , world !!'