summaryrefslogtreecommitdiff
path: root/t/lib/Class/Load/Stash/Sub.pm
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2014-11-13 06:59:49 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2014-11-13 06:59:49 +0000
commit60626c51d97a7ef06b364481ae4afd9706ef6ece (patch)
tree29f14af72f207da0e57c7ac944a2ab3faddff296 /t/lib/Class/Load/Stash/Sub.pm
downloadClass-Load-XS-tarball-60626c51d97a7ef06b364481ae4afd9706ef6ece.tar.gz
Diffstat (limited to 't/lib/Class/Load/Stash/Sub.pm')
-rw-r--r--t/lib/Class/Load/Stash/Sub.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/t/lib/Class/Load/Stash/Sub.pm b/t/lib/Class/Load/Stash/Sub.pm
new file mode 100644
index 0000000..95cfdf2
--- /dev/null
+++ b/t/lib/Class/Load/Stash/Sub.pm
@@ -0,0 +1,7 @@
+package Class::Load::Stash::Sub;
+use strict;
+use warnings;
+
+sub ver_test { return "Class::Load::Stash ver $Class::Load::Stash::VERSION" }
+
+1;