Skip Menu |

This queue is for tickets about the Thread-RWLock CPAN distribution.

Report information
The Basics
Id: 124295
Status: new
Priority: 0/
Queue: Thread-RWLock

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: The ":locked" attribute has been removed
The test suite fails with perl 5.27.1 and later: ... Invalid CODE attribute: locked at blib/lib/Thread/RWLock.pm line 90. BEGIN failed--compilation aborted at blib/lib/Thread/RWLock.pm line 90. Compilation failed in require at test.pl line 11. BEGIN failed--compilation aborted at test.pl line 11. not ok 1 Makefile:835: recipe for target 'test_dynamic' failed make: *** [test_dynamic] Error 255 (/usr/bin/make test exited with 512) ... perl5.27.1's perldelta says: Incompatible Changes ... The ":locked" and ":unique" attributes have been removed These have been no-ops and deprecated since Perl 5.12 and 5.10, respectively.