Subject: | parent.pm is missing in the prereq list |
t/Carp_overload.t uses parent.pm, which is a core module since perl 5.10.1. To make Carp's testsuite pass on an older perl system (e.g. 5.8.9), either parent needs to be mentioned in the PREREQ_PM list or (preferred) the Carp_overload.t test should be skipped if parent.pm is missing.
Regards,
Slaven