See: https://rt.cpan.org/Ticket/Display.html?id=119529
Committer: Update version number in module's POD. Add perldelta entry.
use Scalar::Util qw(reftype refaddr blessed);
-our $VERSION = '1.52'; # Please update the pod, too.
+our $VERSION = '1.53'; # Please update the pod, too.
my $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
=head1 VERSION
-This document describes threads::shared version 1.52
+This document describes threads::shared version 1.53
=head1 SYNOPSIS
abs -= (NV)ts.tv_sec;
ts.tv_nsec = (long)(abs * 1000000000.0);
+ CLANG_DIAG_IGNORE(-Wthread-safety);
+ /* warning: calling function 'pthread_cond_timedwait' requires holding mutex 'mut' exclusively [-Wthread-safety-analysis] */
+
switch (pthread_cond_timedwait(cond, mut, &ts)) {
+
+#if defined(__clang__) || defined(__clang)
+CLANG_DIAG_RESTORE;
+#endif
+
case 0: got_it = 1; break;
case ETIMEDOUT: break;
#ifdef OEMVS
=item *
+L<threads::shared> has been upgraded from version 1.52 to 1.53.
+
+=item *
+
L<Unicode::UCD> has been upgraded from version 0.67 to 0.68.
=item *