1 --extra=+q |
1 --extra=fq |
2 --exclude=.git |
2 --exclude=.git |
3 --exclude=.hg |
3 --exclude=.hg |
4 --exclude=*min.js |
4 --exclude=*min.js |
5 |
5 |
6 --langmap=perl:+.pod |
|
7 --regex-perl=/^\s*has[ \t]+['"]*([A-Za-z_+][A-Za-z0-9_]+)['"]*[ \t]+/\1/a,attribute,attributes/ |
6 --regex-perl=/^\s*has[ \t]+['"]*([A-Za-z_+][A-Za-z0-9_]+)['"]*[ \t]+/\1/a,attribute,attributes/ |
8 --regex-perl=/^\s*fun +([0-9a-zA-Z_]+) *[{(]/\1/s,subroutines/ |
7 --regex-perl=/^\s*fun +([0-9a-zA-Z_]+) *[{(]/\1/s,subroutines/ |
9 --regex-perl=/^\s*method +([0-9a-zA-Z_]+) *[{(]/\1/m,methods/ |
8 --regex-perl=/^\s*method +([0-9a-zA-Z_]+) *[{(]/\1/m,methods/ |
10 --regex-perl=/(['"]?)([0-9a-zA-Z_]+)\1\s+(,|=>)\s+sub\s+[{(]/\2/s,subroutines/ |
9 --regex-perl=/(['"]?)([0-9a-zA-Z_]+)\1\s+(,|=>)\s+sub\s+[{(]/\2/s,subroutines/ |
11 |
10 |