replace open-coded stash access with _getstash()
[gitmo/Role-Tiny.git] / Makefile.PL
index e5a5818..680e5f6 100644 (file)
@@ -28,4 +28,9 @@ WriteMakefile(
     },
   },
 
+  META_MERGE => {
+    no_index => {
+      directory => [ 'xt' ]
+    }
+  },
 );