summaryrefslogtreecommitdiffstats
path: root/t/data/other-api/before/Foo.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-04-05 21:41:05 -0500
committerJesse Luehrs <doy@tozt.net>2011-04-05 21:41:05 -0500
commitfc9b385dd96a0ae305986290eaf4ecb41a0e9015 (patch)
tree83ffe45e26139515aea969c305a578578b21c1d7 /t/data/other-api/before/Foo.pm
parent8710bef0298ccdf6ee97558aef63e34463410bc5 (diff)
downloadclass-refresh-fc9b385dd96a0ae305986290eaf4ecb41a0e9015.tar.gz
class-refresh-fc9b385dd96a0ae305986290eaf4ecb41a0e9015.zip
more tests
Diffstat (limited to 't/data/other-api/before/Foo.pm')
-rw-r--r--t/data/other-api/before/Foo.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/t/data/other-api/before/Foo.pm b/t/data/other-api/before/Foo.pm
new file mode 100644
index 0000000..7bad9b3
--- /dev/null
+++ b/t/data/other-api/before/Foo.pm
@@ -0,0 +1,8 @@
+package Foo;
+use Moose;
+
+sub meth { }
+
+no Moose;
+
+1;