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