File: 00_base.profile

package info (click to toggle)
libdata-formvalidator-perl 4.66-1%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 588 kB
  • ctags: 127
  • sloc: perl: 2,756; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
{
    profile1 => { 
        required => [qw/billy bob/],
    },
    profile2 => {
        required => [qw/susie may/],
    },
}