Increase $threads::shared::VERSION to 1.45
authorFather Chrysostomos <sprout@cpan.org>
Fri, 1 Nov 2013 13:21:41 +0000 (06:21 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 1 Nov 2013 19:41:01 +0000 (12:41 -0700)
dist/threads-shared/lib/threads/shared.pm

index 1a03270..1e0bbd9 100644 (file)
@@ -7,7 +7,7 @@ use warnings;
 
 use Scalar::Util qw(reftype refaddr blessed);
 
-our $VERSION = '1.44';
+our $VERSION = '1.45'; # 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.43
+This document describes threads::shared version 1.45
 
 =head1 SYNOPSIS