Menu

#1 filter_dollars missing from @EXPORT_OK but in :filters tag

open
nobody
None
5
2003-03-03
2003-03-03
No

Perl 5.8.0 will die with use Data::FormValidator qw
(:filters). The 'filters' import tag specifies
that 'filter_dollars' is to be imported but that function is
not exported:

perl -e 'use Data::FormValidator qw(:filters);'
"filter_dollars" is not exported by the
Data::FormValidator module
Can't continue after import errors at -e line 1
BEGIN failed--compilation aborted at -e line 1.

To fix, put 'filter_dollars' in the @EXPORT_OK.

Phil Lobbes

Discussion


Log in to post a comment.