Subject: | minor documentation correction. |
Hi!
Thank you for producing Data::Constraint,
I was just using it, when I noticed a minor documentation error in the
SYNOPSIS.
run => sub { $_[1] => /Perl/ },
$_[1] => /Perl/
should be
$_[1] =~ /Perl/
Regards,
-daniel