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