befb7a
From 76f1ac50f4affebf08c1ba71ee1dc31cd2a6a950 Mon Sep 17 00:00:00 2001
befb7a
From: Jitka Plesnikova <jplesnik@redhat.com>
befb7a
Date: Mon, 1 Jun 2020 13:48:33 +0200
befb7a
Subject: [PATCH] Upgrade to 3.14
befb7a
befb7a
---
befb7a
 lib/Thread/Queue.pm | 6 +++---
befb7a
 1 file changed, 3 insertions(+), 3 deletions(-)
befb7a
befb7a
diff --git a/lib/Thread/Queue.pm b/lib/Thread/Queue.pm
befb7a
index bcdf11d..731d0b2 100644
befb7a
--- a/lib/Thread/Queue.pm
befb7a
+++ b/lib/Thread/Queue.pm
befb7a
@@ -3,7 +3,7 @@ package Thread::Queue;
befb7a
 use strict;
befb7a
 use warnings;
befb7a
 
befb7a
-our $VERSION = '3.13';
befb7a
+our $VERSION = '3.14';          # remember to update version in POD!
befb7a
 $VERSION = eval $VERSION;
befb7a
 
befb7a
 use threads::shared 1.21;
befb7a
@@ -318,7 +318,7 @@ Thread::Queue - Thread-safe queues
befb7a
 
befb7a
 =head1 VERSION
befb7a
 
befb7a
-This document describes Thread::Queue version 3.13
befb7a
+This document describes Thread::Queue version 3.14
befb7a
 
befb7a
 =head1 SYNOPSIS
befb7a
 
befb7a
@@ -547,7 +547,7 @@ VARIABLE"> the queue inside a local block:
befb7a
 =item ->peek(INDEX)
befb7a
 
befb7a
 Returns an item from the queue without dequeuing anything.  Defaults to the
befb7a
-the head of queue (at index position 0) if no index is specified.  Negative
befb7a
+head of queue (at index position 0) if no index is specified.  Negative
befb7a
 index values are supported as with L<arrays|perldata/"Subscripts"> (i.e., -1
befb7a
 is the end of the queue, -2 is next to last, and so on).
befb7a
 
befb7a
-- 
befb7a
2.25.4
befb7a