Subject: | Storable t/croak.t failures |
It may be that Devel::Autoflush is causing the t/croak.t failure in
Storable 2.18. This test script checks first if Carp.pm is not loaded
and dies if it is. In a normal environment this works. However,
Devel::Autoflush seems to load Carp.pm via vars.pm, so the test fails.
I would suggest to strip Devel::Autoflush to the absolute minimum to
avoid potential problems. That is, remove "use strict" and "use vars".
It seems that the module is small enough to do so :-)
Regards,
Slaven