소스 검색

fixed skip_all problem in t/manifest

Gordon Child 14 년 전
부모
커밋
440e6620bb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();