|
|
5e5d86 |
From c48ee9c79eb7c4a36b7758fc4c3209ca0e5d759b Mon Sep 17 00:00:00 2001
|
|
|
5e5d86 |
From: Jitka Plesnikova <jplesnik@redhat.com>
|
|
|
5e5d86 |
Date: Tue, 21 Apr 2020 12:52:31 +0200
|
|
|
5e5d86 |
Subject: [PATCH] Upgrade to 1.61
|
|
|
5e5d86 |
|
|
|
5e5d86 |
---
|
|
|
5e5d86 |
lib/threads/shared.pm | 4 ++--
|
|
|
5e5d86 |
t/stress.t | 4 ++--
|
|
|
5e5d86 |
2 files changed, 4 insertions(+), 4 deletions(-)
|
|
|
5e5d86 |
|
|
|
5e5d86 |
diff --git a/lib/threads/shared.pm b/lib/threads/shared.pm
|
|
|
5e5d86 |
index 45ad154..bd0e437 100644
|
|
|
5e5d86 |
--- a/lib/threads/shared.pm
|
|
|
5e5d86 |
+++ b/lib/threads/shared.pm
|
|
|
5e5d86 |
@@ -8,7 +8,7 @@ use Config;
|
|
|
5e5d86 |
|
|
|
5e5d86 |
use Scalar::Util qw(reftype refaddr blessed);
|
|
|
5e5d86 |
|
|
|
5e5d86 |
-our $VERSION = '1.60'; # Please update the pod, too.
|
|
|
5e5d86 |
+our $VERSION = '1.61'; # Please update the pod, too.
|
|
|
5e5d86 |
my $XS_VERSION = $VERSION;
|
|
|
5e5d86 |
$VERSION = eval $VERSION;
|
|
|
5e5d86 |
|
|
|
5e5d86 |
@@ -196,7 +196,7 @@ threads::shared - Perl extension for sharing data structures between threads
|
|
|
5e5d86 |
|
|
|
5e5d86 |
=head1 VERSION
|
|
|
5e5d86 |
|
|
|
5e5d86 |
-This document describes threads::shared version 1.60
|
|
|
5e5d86 |
+This document describes threads::shared version 1.61
|
|
|
5e5d86 |
|
|
|
5e5d86 |
=head1 SYNOPSIS
|
|
|
5e5d86 |
|
|
|
5e5d86 |
diff --git a/t/stress.t b/t/stress.t
|
|
|
5e5d86 |
index 1dd95e3..ccdeb0e 100644
|
|
|
5e5d86 |
--- a/t/stress.t
|
|
|
5e5d86 |
+++ b/t/stress.t
|
|
|
5e5d86 |
@@ -12,7 +12,7 @@ BEGIN {
|
|
|
5e5d86 |
exit(0);
|
|
|
5e5d86 |
}
|
|
|
5e5d86 |
|
|
|
5e5d86 |
- # http://lists.alioth.debian.org/pipermail/perl-maintainers/2011-June/002285.html
|
|
|
5e5d86 |
+ # https://lists.alioth.debian.org/pipermail/perl-maintainers/2011-June/002285.html
|
|
|
5e5d86 |
# There _is_ TLS support on m68k, but this stress test is overwhelming
|
|
|
5e5d86 |
# for the hardware
|
|
|
5e5d86 |
if ($^O eq 'linux' && $Config{archname} =~ /^m68k/) {
|
|
|
5e5d86 |
@@ -179,7 +179,7 @@ use threads::shared;
|
|
|
5e5d86 |
} elsif ($timeouts) {
|
|
|
5e5d86 |
# Frequently fails under MSWin32 due to deadlocking bug in Windows
|
|
|
5e5d86 |
# hence test is TODO under MSWin32
|
|
|
5e5d86 |
- # http://rt.perl.org/rt3/Public/Bug/Display.html?id=41574
|
|
|
5e5d86 |
+ # https://rt.perl.org/rt3/Public/Bug/Display.html?id=41574
|
|
|
5e5d86 |
# http://support.microsoft.com/kb/175332
|
|
|
5e5d86 |
if ($^O eq 'MSWin32') {
|
|
|
5e5d86 |
print("not ok 1 # TODO - not reliable under MSWin32\n")
|
|
|
5e5d86 |
--
|
|
|
5e5d86 |
2.21.1
|
|
|
5e5d86 |
|