aboutsummaryrefslogtreecommitdiff
path: root/t/ConfigSpec2.pm
blob: b37cd4a828f6dfc50dbe52ba9e9e3da0d09ef92b (plain)
1
2
3
4
5
6
7
8
9
10
11
package ConfigSpec2;
use parent 'TestConfig';

1;
__DATA__
[core]
    base = STRING :mandatory null    
[load ANY param]
    __options__ = :mandatory
    mode = OCTAL
    owner = STRING

Return to:

Send suggestions and report system problems to the System administrator.