Remove numbers from our tests
[gitmo/Moose.git] / t / cmop / lib / MyMetaClass / Random.pm
diff --git a/t/cmop/lib/MyMetaClass/Random.pm b/t/cmop/lib/MyMetaClass/Random.pm
new file mode 100644 (file)
index 0000000..afa8d46
--- /dev/null
@@ -0,0 +1,7 @@
+
+package MyMetaClass::Random;
+
+use strict;
+use warnings;
+
+1;