<URL: https://rt.cpan.org/Ticket/Display.html?id=74289 > On Mon Jan 23 17:39:50 2012, SPROUT wrote: > On Mon Jan 23 17:30:44 2012, RURBAN wrote: > > 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 }; > > That’s a mistake in bleadperl. Now fixed in commit 7e68c38b60.