瀏覽代碼

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();