diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-09-02 22:03:06 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-09-02 22:03:11 -0700 |
commit | 457f72034425ae46e400ba8bc323faeac268c51f (patch) | |
tree | 3ec96ff07a72c9656755b227993ae6677c3547bd /dist/threads-shared | |
parent | 794373aa167d0474c91729512a97fb536b5cb197 (diff) | |
download | perl-457f72034425ae46e400ba8bc323faeac268c51f.tar.gz |
Bump threads(::shared) versions again
Since these numbers have already been used for developement releases,
they need to be changed again. I also added a note to make sure they
no longer get out of sync with the pod.
Diffstat (limited to 'dist/threads-shared')
-rw-r--r-- | dist/threads-shared/lib/threads/shared.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/threads-shared/lib/threads/shared.pm b/dist/threads-shared/lib/threads/shared.pm index aa3849e68a..3eae2353f3 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.38'; +our $VERSION = '1.39'; # Do not forget to update the pod! my $XS_VERSION = $VERSION; $VERSION = eval $VERSION; @@ -187,7 +187,7 @@ threads::shared - Perl extension for sharing data structures between threads =head1 VERSION -This document describes threads::shared version 1.38 +This document describes threads::shared version 1.39 =head1 SYNOPSIS |