Subject: | Documentation/Import Error |
Trying to follow the doc here:
use Data::FormValidator::Constraints qw(:all);
But ":all" isn't defined.
One-liner test:
perl -MData::FormValidator::Constraints -le 'use
Data::FormValidator::Constraints qw(:all);'
"all" is not defined in %Data::FormValidator::Constraints::EXPORT_TAGS
at -e line 1
Can't continue after import errors at
/usr/share/perl5/Data/FormValidator/Constraints.pm line 175
BEGIN failed--compilation aborted at -e line 1.