diff options
author | Jerry D. Hedden <jdhedden@cpan.org> | 2011-09-03 11:10:43 -0400 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-09-03 09:46:58 -0700 |
commit | a19eaff605df318ab6a9dd2a13f03714eaf67ec8 (patch) | |
tree | 113133bcb11ee0e2ab6031becf4a20123a4c923d /dist/threads-shared/lib | |
parent | 85d6e69a0ae752dd8d01a7f47142f8d2bfbda210 (diff) | |
download | perl-a19eaff605df318ab6a9dd2a13f03714eaf67ec8.tar.gz |
Upgrade to threads::shared 1.39
Diffstat (limited to 'dist/threads-shared/lib')
-rw-r--r-- | dist/threads-shared/lib/threads/shared.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; |