This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
bump threads version to account for previous changes to comments and tests
authorKaren Etheridge <ether@cpan.org>
Sun, 19 Nov 2017 18:46:26 +0000 (10:46 -0800)
committerKaren Etheridge <ether@cpan.org>
Sun, 19 Nov 2017 18:46:26 +0000 (10:46 -0800)
dist/threads/lib/threads.pm

index 0239faa..75251e1 100644 (file)
@@ -5,7 +5,7 @@ use 5.008;
 use strict;
 use warnings;
 
-our $VERSION = '2.18';      # remember to update version in POD!
+our $VERSION = '2.19';      # 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.18
+This document describes threads version 2.19
 
 =head1 WARNING