summaryrefslogtreecommitdiff
path: root/t/lib/Foxtrot.pm
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/Foxtrot.pm')
-rw-r--r--t/lib/Foxtrot.pm10
1 files changed, 10 insertions, 0 deletions
diff --git a/t/lib/Foxtrot.pm b/t/lib/Foxtrot.pm
new file mode 100644
index 0000000..b757d47
--- /dev/null
+++ b/t/lib/Foxtrot.pm
@@ -0,0 +1,10 @@
+use 5.006;
+use strict;
+use warnings;
+
+package Foxtrot;
+
+use Class::Tiny 'foo';
+use Class::Tiny { bar => 42, baz => sub { time } };
+
+1;