Skip Menu |

This queue is for tickets about the Apache-Test CPAN distribution.

Report information
The Basics
Id: 79896
Status: resolved
Priority: 0/
Queue: Apache-Test

People
Owner: Nobody in particular
Requestors: ATOURBIN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.38
Fixed in: (no value)



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; };
Thanks for the patch. Apologies for the delay in responding, but this has since been fixed by r1540227 anyway.