Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Log-Dispatch CPAN distribution.

Report information
The Basics
Id: 74289
Status: resolved
Priority: 0/
Queue: Log-Dispatch

People
Owner: Nobody in particular
Requestors: cpan698301 [...] mstier.de
RURBAN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 2.29
Fixed in: (no value)



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
On Mon Jan 23 17:30:44 2012, RURBAN wrote: Show quoted text
> 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. The test script shouldn’t have to change in order to pass. (On the other hand, I don’t think it’s doing what it thinks it’s doing by overriding CORE::chmod. Maybe CORE::GLOBAL::chmod was intended.)
RT-Send-CC: perl5-porters [...] perl.org
On Mon Jan 23 17:39:50 2012, SPROUT wrote: Show quoted text
> 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.
Subject: Modification of a read-only value attempted at t/01-basic.t line 622.
Build env: SLE 11 SP1 OBS chroot, amd64. Perl 5.15.7. More info: see log.txt
Subject: log.txt

Message body is not shown because it is too large.

On Sun Jan 29 12:22:22 2012, https://www.google.com/accounts/o8/id?id=AItOawkyOHx-- RP0sCuxSqimRLgFJ_YPC6QRWZk wrote: Show quoted text
> Build env: SLE 11 SP1 OBS chroot, amd64. Perl 5.15.7. > > More info: see log.txt
This is the same as #74289. It is a perl bug that has been fixed. The fix will be in 5.15.8.