summaryrefslogtreecommitdiff
path: root/t/lib/Alfa.pm
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/Alfa.pm')
-rw-r--r--t/lib/Alfa.pm9
1 files changed, 9 insertions, 0 deletions
diff --git a/t/lib/Alfa.pm b/t/lib/Alfa.pm
new file mode 100644
index 0000000..9d1326c
--- /dev/null
+++ b/t/lib/Alfa.pm
@@ -0,0 +1,9 @@
+use 5.006;
+use strict;
+use warnings;
+
+package Alfa;
+
+use Class::Tiny qw/foo bar/;
+
+1;