summaryrefslogtreecommitdiffstats
path: root/t/lib/Command/Role/Method.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-07-19 19:21:54 -0500
committerJesse Luehrs <doy@tozt.net>2010-07-19 19:21:54 -0500
commitd1bab5d4a5ea4100803c871461c62744767c514b (patch)
tree1e596286d921bdd58e2bc61eef5aff1c91a70e1b /t/lib/Command/Role/Method.pm
parent636f22f307ff0dc94a2c2ec23d49c872ecddbc02 (diff)
downloadmoosex-exporter-easy-d1bab5d4a5ea4100803c871461c62744767c514b.tar.gz
moosex-exporter-easy-d1bab5d4a5ea4100803c871461c62744767c514b.zip
a few more testsHEADmaster
Diffstat (limited to 't/lib/Command/Role/Method.pm')
-rw-r--r--t/lib/Command/Role/Method.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/lib/Command/Role/Method.pm b/t/lib/Command/Role/Method.pm
new file mode 100644
index 0000000..29152ac
--- /dev/null
+++ b/t/lib/Command/Role/Method.pm
@@ -0,0 +1,4 @@
+package Command::Role::Method;
+use Moose::Role;
+
+1;