Subject: | Use of deprecated threading functions |
Building with perl 5.12.1 results in the following deprecation warnings:
Use of :locked is deprecated at
/builddir/build/BUILD/Sendmail-AccessDB-1.01/blib/lib/Sendmail/AccessDB.pm
line 292.
Use of :locked is deprecated at
/builddir/build/BUILD/Sendmail-AccessDB-1.01/blib/lib/Sendmail/AccessDB.pm
line 311.
Use of :locked is deprecated at
/builddir/build/BUILD/Sendmail-AccessDB-1.01/blib/lib/Sendmail/AccessDB.pm
line 323.
Having googled around, it appears that the Perl 5.005 threads
implementation has long been deprecated and the ":locked" attribute
stopped having any effect in perl 5.10.
Is there any chance of the module being updated to a more recent
threading implementation?