Kaynağa Gözat

fixed skip_all problem in t/manifest

Gordon Child 14 yıl önce
ebeveyn
işleme
440e6620bb
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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();