In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/5a016e9bce6eb608ca967bcbb7eb953b81f13701?hp=e5355af71b2544dc8179d46621910ba690725689>

- Log -----------------------------------------------------------------
commit 5a016e9bce6eb608ca967bcbb7eb953b81f13701
Author: Jerry D. Hedden <[email protected]>
Date:   Fri Jan 11 10:53:42 2013 -0500

    bump threads::shared version 1.43
    
    To sync with the forthcoming CPAN release.
-----------------------------------------------------------------------

Summary of changes:
 Porting/Maintainers.pl                    |    2 +-
 dist/threads-shared/lib/threads/shared.pm |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 6f62d0b..8287f66 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1946,7 +1946,7 @@ use File::Glob qw(:case);
 
     'threads::shared' => {
         'MAINTAINER'   => 'jdhedden',
-        'DISTRIBUTION' => 'JDHEDDEN/threads-shared-1.42.tar.gz',
+        'DISTRIBUTION' => 'JDHEDDEN/threads-shared-1.43.tar.gz',
         'FILES'        => q[dist/threads-shared],
         'EXCLUDED'     => [
             qw( examples/class.pl
diff --git a/dist/threads-shared/lib/threads/shared.pm 
b/dist/threads-shared/lib/threads/shared.pm
index 5bb811f..ecbc1fd 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.42';
+our $VERSION = '1.43';
 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.42
+This document describes threads::shared version 1.43
 
 =head1 SYNOPSIS
 

--
Perl5 Master Repository

Reply via email to