Subject: | HAS_DUMPER always false |
Hello,
In the following code, as seen in Apache/TestUtil.pm, HAS_DUMPER is
always false - the $] variable must be compared against 5.006, not 5.6.
use constant HAS_DUMPER => eval { $] >= 5.6 && require Data::Dumper; };