X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=t%2F61-features.t;h=8436cc6bdf558e00b7fd69cd1cde2e4b25d12edf;hp=b2d84676f310c9ed043f91df49f21299526bae43;hb=e17d1736c6f94fcf7b5a1f395eaac6ead5882f6c;hpb=4ab3432cd53b63f3979ead71525ebcf217825328 diff --git a/t/61-features.t b/t/61-features.t index b2d8467..8436cc6 100644 --- a/t/61-features.t +++ b/t/61-features.t @@ -14,7 +14,7 @@ our $cfg_file = 't/conf/conf.foo'; eval { Config::Any::INI->load($cfg_file); }; SKIP: { - skip "File loading backend for INI not found", 9 if $@; + skip "File loading backend for INI not found", 10 if $@; ok( my $c_arr = Config::Any->load_files({ files => [ $cfg_file ],