]> Dogcows Code - chaz/p5-Dist-Zilla-PluginBundle-Author-CCM/blobdiff - xt/author/eol.t
Version 0.002
[chaz/p5-Dist-Zilla-PluginBundle-Author-CCM] / xt / author / eol.t
similarity index 50%
rename from t/author-eol.t
rename to xt/author/eol.t
index 38c97657d0bcd379a812fb067536338bcf5fecc2..fc7007952010e277ce966b4a61a30394528451e8 100644 (file)
@@ -1,11 +1,3 @@
-
-BEGIN {
-  unless ($ENV{AUTHOR_TESTING}) {
-    print qq{1..0 # SKIP these tests are for testing by the author\n};
-    exit
-  }
-}
-
 use strict;
 use warnings;
 
@@ -21,16 +13,16 @@ my @files = (
     't/00-report-prereqs.dd',
     't/00-report-prereqs.t',
     't/01-basic.t',
-    't/author-clean-namespaces.t',
-    't/author-critic.t',
-    't/author-eol.t',
-    't/author-no-tabs.t',
-    't/author-pod-coverage.t',
-    't/author-pod-no404s.t',
-    't/author-pod-syntax.t',
-    't/author-portability.t',
-    't/release-cpan-changes.t',
-    't/release-distmeta.t'
+    'xt/author/clean-namespaces.t',
+    'xt/author/critic.t',
+    'xt/author/eol.t',
+    'xt/author/no-tabs.t',
+    'xt/author/pod-coverage.t',
+    'xt/author/pod-no404s.t',
+    'xt/author/pod-syntax.t',
+    'xt/author/portability.t',
+    'xt/release/cpan-changes.t',
+    'xt/release/distmeta.t'
 );
 
 eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files;
This page took 0.021432 seconds and 4 git commands to generate.