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.