aboutsummaryrefslogtreecommitdiffstats
path: root/feature-tests/test.sub
diff options
context:
space:
mode:
Diffstat (limited to 'feature-tests/test.sub')
-rw-r--r--feature-tests/test.sub6
1 files changed, 6 insertions, 0 deletions
diff --git a/feature-tests/test.sub b/feature-tests/test.sub
new file mode 100644
index 0000000..6a24879
--- /dev/null
+++ b/feature-tests/test.sub
@@ -0,0 +1,6 @@
+{
+ 'moo' => sub { print "Moo" },
+ 'hello' => sub { print join(", ", @_) }
+};
+
+