aboutsummaryrefslogtreecommitdiff
path: root/t/ConfigSpec2.pm
diff options
context:
space:
mode:
Diffstat (limited to 't/ConfigSpec2.pm')
-rw-r--r--t/ConfigSpec2.pm10
1 files changed, 10 insertions, 0 deletions
diff --git a/t/ConfigSpec2.pm b/t/ConfigSpec2.pm
new file mode 100644
index 0000000..0a56cd6
--- /dev/null
+++ b/t/ConfigSpec2.pm
@@ -0,0 +1,10 @@
+package ConfigSpec2;
+use parent 'TestConfig';
+
+1;
+__DATA__
+[core]
+ base = STRING :mandatory null
+[load ANY param:mandatory]
+ mode = OCTAL
+ owner = STRING

Return to:

Send suggestions and report system problems to the System administrator.