summaryrefslogtreecommitdiffstats
path: root/t/lib/Command/Role/Method.pm
diff options
context:
space:
mode:
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;