Explorar el Código

fixed skip_all problem in t/manifest

Gordon Child hace 14 años
padre
commit
440e6620bb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();