Subject: | make test: Failed 1/1 test scripts, 0.00% okay. -1/24 subtests failed, 104.17% okay. |
The attached patch will allow make test to succeed again.
HTH,
Flo
Subject: | run.t.diff |
--- libconfig-general-perl-2.31.orig/t/run.t
+++ libconfig-general-perl-2.31/t/run.t
@@ -6,7 +6,7 @@
#
# Under normal circumstances every test should succeed.
-BEGIN { $| = 1; print "1..24\n";}
+BEGIN { $| = 1; print "1..25\n";}
use lib "blib/lib";
use Config::General;
use Data::Dumper;