summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry D. Hedden <jdhedden@cpan.org>2011-09-03 11:10:43 -0400
committerFather Chrysostomos <sprout@cpan.org>2011-09-03 09:46:58 -0700
commita19eaff605df318ab6a9dd2a13f03714eaf67ec8 (patch)
tree113133bcb11ee0e2ab6031becf4a20123a4c923d
parent85d6e69a0ae752dd8d01a7f47142f8d2bfbda210 (diff)
downloadperl-a19eaff605df318ab6a9dd2a13f03714eaf67ec8.tar.gz
Upgrade to threads::shared 1.39
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--dist/threads-shared/lib/threads/shared.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index b9c97eb686..bdd061e3b9 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1891,7 +1891,7 @@ use File::Glob qw(:case);
'threads::shared' =>
{
'MAINTAINER' => 'jdhedden',
- 'DISTRIBUTION' => 'JDHEDDEN/threads-shared-1.38.tar.gz',
+ 'DISTRIBUTION' => 'JDHEDDEN/threads-shared-1.39.tar.gz',
'FILES' => q[dist/threads-shared],
'EXCLUDED' => [ qw(examples/class.pl
shared.h
diff --git a/dist/threads-shared/lib/threads/shared.pm b/dist/threads-shared/lib/threads/shared.pm
index 3eae2353f3..49fd7c3930 100644
--- a/dist/threads-shared/lib/threads/shared.pm
+++ b/dist/threads-shared/lib/threads/shared.pm
@@ -7,7 +7,7 @@ use warnings;
use Scalar::Util qw(reftype refaddr blessed);
-our $VERSION = '1.39'; # Do not forget to update the pod!
+our $VERSION = '1.39';
my $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;