summaryrefslogtreecommitdiffstats
path: root/t/data/basic/Foo/Bar.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-06-22 12:02:03 -0500
committerJesse Luehrs <doy@tozt.net>2011-06-22 12:02:03 -0500
commit3669b3d498f2f6224b8dc8cdc8cfcca1c0165611 (patch)
treebc877d68dde1228eecd2978f6992d95ade4d4c71 /t/data/basic/Foo/Bar.pm
parent51cc7663854af4760274c378c339e16a8eff65ab (diff)
downloadplack-middleware-class-refresh-3669b3d498f2f6224b8dc8cdc8cfcca1c0165611.tar.gz
plack-middleware-class-refresh-3669b3d498f2f6224b8dc8cdc8cfcca1c0165611.zip
initial implementation
Diffstat (limited to 't/data/basic/Foo/Bar.pm')
-rw-r--r--t/data/basic/Foo/Bar.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/t/data/basic/Foo/Bar.pm b/t/data/basic/Foo/Bar.pm
new file mode 100644
index 0000000..1fab089
--- /dev/null
+++ b/t/data/basic/Foo/Bar.pm
@@ -0,0 +1,7 @@
+package Foo::Bar;
+use strict;
+use warnings;
+
+sub call { __PACKAGE__ }
+
+1;