Bläddra i källkod

Remove manifest.t, as Dist::Zilla handles all of that

gempesaw 12 år sedan
förälder
incheckning
4a1d256478
1 ändrade filer med 0 tillägg och 13 borttagningar
  1. 0 13
      t/manifest.t

+ 0 - 13
t/manifest.t

@@ -1,13 +0,0 @@
-#!perl -T
-
-use strict;
-use warnings;
-use Test::More;
-
-unless ( $ENV{RELEASE_TESTING} ) {
-    plan( skip_all => "Author tests not required for installation" );
-}
-
-eval "use Test::CheckManifest 0.9";
-plan skip_all => "Test::CheckManifest 0.9 required" if $@;
-ok_manifest();