diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-01-18 05:44:17 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-01-18 05:54:11 -0800 |
commit | bcbc28235d1d1c975c15c7f0b1d8840e8ef5fd11 (patch) | |
tree | ba53754851225cb2f1f04e4ab4fa1b8c95851431 /dist/threads-shared | |
parent | da644bc52d6634f4256941e2e43f9ff71e7cf0d6 (diff) | |
download | perl-bcbc28235d1d1c975c15c7f0b1d8840e8ef5fd11.tar.gz |
Increase $threads::shared::VERSION to 1.46
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 1337b58ad9..bad2c41253 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.45'; # Please update the pod, too. +our $VERSION = '1.46'; # Please update the pod, too. my $XS_VERSION = $VERSION; $VERSION = eval $VERSION; @@ -195,7 +195,7 @@ threads::shared - Perl extension for sharing data structures between threads =head1 VERSION -This document describes threads::shared version 1.45 +This document describes threads::shared version 1.46 =head1 SYNOPSIS |