t/does-Moo.t moved to 'xt' (RT#80290)
Toby Inkster [Wed, 24 Oct 2012 22:11:19 +0000 (23:11 +0100)]
Changes
Makefile.PL
xt/does-Moo.t [moved from t/does-Moo.t with 100% similarity]

diff --git a/Changes b/Changes
index 55cc27f..1c950b3 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+  - t/does-Moo.t moved to 'xt' (RT#80290)
+
 1.002000 - 2012-10-19
   - load class in addition to roles when using create_class_from_roles
   - fix module name in Makefile.PL (RT#78591)
index e5a5818..680e5f6 100644 (file)
@@ -28,4 +28,9 @@ WriteMakefile(
     },
   },
 
+  META_MERGE => {
+    no_index => {
+      directory => [ 'xt' ]
+    }
+  },
 );
similarity index 100%
rename from t/does-Moo.t
rename to xt/does-Moo.t