Skip Menu |

This queue is for tickets about the ExtUtils-MakeMaker CPAN distribution.

Report information
The Basics
Id: 4285
Status: resolved
Priority: 0/
Queue: ExtUtils-MakeMaker

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

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



Subject: in v6.19 MM_Any.pm has $! but needs $$! on line 637
in v6.19 MM_Any.pm has $! but needs $$! on line 637, as in ---...warn "Cannot move @ARGV: $!\n") : unlink(shift); +++...warn "Cannot move @ARGV: $$!\n") : unlink(shift);