Prechádzať zdrojové kódy

fixed skip_all problem in t/manifest

Gordon Child 14 rokov pred
rodič
commit
440e6620bb
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      t/manifest.t

+ 1 - 1
t/manifest.t

@@ -9,5 +9,5 @@ unless ( $ENV{RELEASE_TESTING} ) {
 }
 
 eval "use Test::CheckManifest 0.9";
-plan skip_al => "Test::CheckManifest 0.9 required" if $@;
+plan skip_all => "Test::CheckManifest 0.9 required" if $@;
 ok_manifest();