summaryrefslogtreecommitdiff
path: root/dist/threads
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2023-02-22 11:38:19 +0100
committerYves Orton <demerphq@gmail.com>2023-02-22 11:38:19 +0100
commitc19e3e4e83b25cf2c13581094e9c56bca2f44e1e (patch)
treeb507cc44c095a8385040e84a7258ecfbad17ae98 /dist/threads
parent3b6c1c937e8a68fba0239b18e2f5f8b91b9c3294 (diff)
downloadperl-c19e3e4e83b25cf2c13581094e9c56bca2f44e1e.tar.gz
dist/threads - bump version to make cmp_version happy
Its the usual issue, that an old PR that bumps a modules version may look fine in CI as it does not look like a conflict as another patch has bumped the version to the same number, but cmp_version.t notices and complains
Diffstat (limited to 'dist/threads')
-rw-r--r--dist/threads/lib/threads.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/threads/lib/threads.pm b/dist/threads/lib/threads.pm
index 26e00570a0..92b614e859 100644
--- a/dist/threads/lib/threads.pm
+++ b/dist/threads/lib/threads.pm
@@ -5,7 +5,7 @@ use 5.008;
use strict;
use warnings;
-our $VERSION = '2.34'; # remember to update version in POD!
+our $VERSION = '2.35'; # remember to update version in POD!
my $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
@@ -134,7 +134,7 @@ threads - Perl interpreter-based threads
=head1 VERSION
-This document describes threads version 2.34
+This document describes threads version 2.35
=head1 WARNING