Remove numbers from our tests
[gitmo/Moose.git] / t / cmop / lib / TestClassLoaded.pm
diff --git a/t/cmop/lib/TestClassLoaded.pm b/t/cmop/lib/TestClassLoaded.pm
new file mode 100644 (file)
index 0000000..8e89f10
--- /dev/null
@@ -0,0 +1,8 @@
+package TestClassLoaded;
+use strict;
+use warnings;
+
+sub a_method { 'a_method' }
+
+1;
+