]> Dogcows Code - chaz/p5-CGI-Ex/blobdiff - t/1_validate_07_yaml.t
CGI::Ex 2.02
[chaz/p5-CGI-Ex] / t / 1_validate_07_yaml.t
index 12d1c1fdee2b587fff07da64d684306d53a253c8..7dc54c74e3f18a86d3b5e5cd8ecb35f51b47f6ef 100644 (file)
@@ -7,11 +7,11 @@
 =cut
 
 use strict;
-use Test::More tests => 15;
+use Test::More tests => 17;
 
 SKIP: {
 
-skip("Missing YAML.pm", 15) if ! eval { require 'YAML' };
+skip("Missing YAML.pm", 17) if ! eval { require 'YAML.pm' };
 
 use_ok('CGI::Ex::Validate');
 
This page took 0.016694 seconds and 4 git commands to generate.