Skip to content

Instantly share code, notes, and snippets.

@vkgtaro
Created January 17, 2010 09:40
Show Gist options
  • Save vkgtaro/279315 to your computer and use it in GitHub Desktop.
Save vkgtaro/279315 to your computer and use it in GitHub Desktop.
=== dependancy
--- result eval
0
--- param yaml
ab: 1
aa: 1
bb: 1
--- config yaml
lang : ja
rules:
- Email
- Number
setting :
strict :
ab:
rule :
aa:
rule :
- Number#int
bb:
rule :
- Email#email
--- profile eval
{
required => [ qw/ab/ ],
dependencies => {
ab => [ 'aa', 'bb' ],
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment