There is one test failure on VMS:

t/liblist...............
Can't use string ("ExtUtils::Liblist") as a HASH ref while "strict refs" in use at /D0/CRAIG/EXTUTILS-MAKEMAKER-SNAP/blib/lib/ExtUtils/Liblist/Kid.pm line 378.



This is in the _vms_ext method. I think it's because $self has to be an ExtUtils::MakeMaker reference (per the comment at the top of Kid.pm) but instead it's an ExtUtils::Liblist reference.



Reply via email to