Subject: | Typo in POD documentation. |
Under SYNOPSIS, the line:
use Data::Validate wq(:math);
should be
use Data::Validate qw(:math);
Very minor, but major functionality problem if you copy and paste, and
don't know what you are doing/looking for. :-)