From 636f22f307ff0dc94a2c2ec23d49c872ecddbc02 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 19 Jul 2010 19:10:14 -0500 Subject: initial implementation --- t/lib/MyMetaclassRole.pm | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 t/lib/MyMetaclassRole.pm (limited to 't/lib/MyMetaclassRole.pm') diff --git a/t/lib/MyMetaclassRole.pm b/t/lib/MyMetaclassRole.pm new file mode 100644 index 0000000..362265a --- /dev/null +++ b/t/lib/MyMetaclassRole.pm @@ -0,0 +1,4 @@ +package MyMetaclassRole; +use Moose::Role; + +1; -- cgit v1.2.3-54-g00ecf