summaryrefslogtreecommitdiffstats
path: root/t/lib/warn/Foo/Thing.pm
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/warn/Foo/Thing.pm')
-rw-r--r--t/lib/warn/Foo/Thing.pm9
1 files changed, 9 insertions, 0 deletions
diff --git a/t/lib/warn/Foo/Thing.pm b/t/lib/warn/Foo/Thing.pm
new file mode 100644
index 0000000..8dfa0b4
--- /dev/null
+++ b/t/lib/warn/Foo/Thing.pm
@@ -0,0 +1,9 @@
+package Foo::Thing;
+use strict;
+use warnings;
+
+our $VERSION = 0.02;
+
+warn "Loading Foo::Thing";
+
+1;