# vim: set ft=perl ts=8 sts=2 sw=2 tw=100 et :
package
MyVocabulary::BadEvaluationOrder;
use
Moo;
sub
vocabulary {
}
sub
keywords {}
sub
evaluation_order { 1 }
# conflicts with Validation vocabulary
1;
# vim: set ft=perl ts=8 sts=2 sw=2 tw=100 et :
package
MyVocabulary::BadEvaluationOrder;
use
Moo;
sub
vocabulary {
}
sub
keywords {}
sub
evaluation_order { 1 }
# conflicts with Validation vocabulary
1;