fixed bug: [rt.cpan.org #25143] make tests fails
[p5sagit/Config-Any.git] / t / 61-features.t
index b2d8467..8436cc6 100644 (file)
@@ -14,7 +14,7 @@ our $cfg_file = 't/conf/conf.foo';
 \r
 eval { Config::Any::INI->load($cfg_file); };\r
 SKIP: {\r
-    skip "File loading backend for INI not found", 9 if $@;\r
+    skip "File loading backend for INI not found", 10 if $@;\r
 \r
     ok( my $c_arr = Config::Any->load_files({ \r
             files           => [ $cfg_file ], \r