aboutsummaryrefslogtreecommitdiff
path: root/lib/Config/Type.pm6
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Config/Type.pm6')
-rw-r--r--lib/Config/Type.pm68
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Config/Type.pm6 b/lib/Config/Type.pm6
new file mode 100644
index 0000000..f348985
--- /dev/null
+++ b/lib/Config/Type.pm6
@@ -0,0 +1,8 @@
+#! /usr/bin/env false
+
+use v6.c;
+
+enum Config::Type <
+ unknown
+ yaml
+>;