DrHyde / perl-modules-Params-Validate-Dependencies

extends Params::Validate to support checking for complex dependencies between parameters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

P::V::D messes with %Params::Validate::EXPORT_TAGS

DrHyde opened this issue · comments

$ perl -Ilib -MParams::Validate::Dependencies -MData::Dumper -e 'print Dumper(\%Params::Validate::EXPORT_TAGS)'
$VAR1 = {
          'all' => [
                     'validate',
                     ...
                     'any_of',
                     'all_of',
                     'none_of',
                     'one_of'
                   ],