- t/61_features.t had 1 more test added than was set to skip if the INI parser
was not installed. Fixed by s/9/10/ on the skip() line.
0.06 Thu Feb 22 21:05:00 2007
removed reference to Test::Exception, bumped version number
+0.06_01 Sun Feb 25 19:23:00 2007
+ fixed bug [rt.cpan.org #25143] make tests fails
+ - t/61_features.t had 1 more test added than was set to skip if the INI parser
+ was not installed. Fixed by s/9/10/ on the skip() line.
+
use Module::Pluggable::Object ();
use English qw(-no_match_vars);
-our $VERSION = '0.06';
+our $VERSION = '0.06_01';
=head1 NAME
\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