summaryrefslogtreecommitdiff
path: root/t/lib/Class/Load/Stash.pm
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2015-06-25 04:47:55 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2015-06-25 04:47:55 +0000
commit7e7ddbe33ca34359d711aee1e0ddebaeb40c2a18 (patch)
tree2a03e101e7b0302f5dcde62ed415a415ecca041d /t/lib/Class/Load/Stash.pm
downloadClass-Load-tarball-7e7ddbe33ca34359d711aee1e0ddebaeb40c2a18.tar.gz
Diffstat (limited to 't/lib/Class/Load/Stash.pm')
-rw-r--r--t/lib/Class/Load/Stash.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/t/lib/Class/Load/Stash.pm b/t/lib/Class/Load/Stash.pm
new file mode 100644
index 0000000..22f7280
--- /dev/null
+++ b/t/lib/Class/Load/Stash.pm
@@ -0,0 +1,7 @@
+package Class::Load::Stash;
+use strict;
+use warnings;
+
+sub a_method { 'a_method' }
+
+1;