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);
This queue is for tickets about the ExtUtils-MakeMaker CPAN distribution.
The Basics
People
|
Bug Information
|