Subject: | local *CORE::chmod fails with blead |
blead does not allow local *CORE::chmod overrides in 01-basic.t anymore.
Modification of a read-only value attempted at t/01-basic.t line 622
This fix is to use:
local *chmod = sub { @chmod = @_; warn @chmod };
--
Reini Urban