In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/66ce101fb6dbfa9fd673b3838fd1e2d14f3f9874?hp=891f9d0e205d7e97da34d677d23a0f35a3fbb482>

- Log -----------------------------------------------------------------
commit 66ce101fb6dbfa9fd673b3838fd1e2d14f3f9874
Author: Jerry D. Hedden <[email protected]>
Date:   Mon Aug 10 15:52:34 2009 -0400

    MANIFEST and Porting/Maintainers.pl update
    
    Forgot to add new test to MANIFEST for threads
    Forgot to update version for threads::shared in Maintainers.pl
    
    Patches attached.
    
    From ea5eebe94489df90ab780b07e73a4df875a01705 Mon Sep 17 00:00:00 2001
    From: Jerry D. Hedden <[email protected]>
    Date: Mon, 10 Aug 2009 15:48:36 -0400
    Subject: [PATCH 1/2] Add no_threads.t to MANIFEST
    
    Signed-off-by: H.Merijn Brand <[email protected]>
-----------------------------------------------------------------------

Summary of changes:
 MANIFEST               |    1 +
 Porting/Maintainers.pl |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/MANIFEST b/MANIFEST
index 16c44dc..116829a 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1468,6 +1468,7 @@ ext/threads/t/join.t              Testing the join 
function
 ext/threads/t/kill.t           Tests thread signalling
 ext/threads/t/libc.t           testing libc functions for threadsafety
 ext/threads/t/list.t           Test threads->list()
+ext/threads/t/no_threads.t     threads test for non-threaded Perls
 ext/threads/t/problems.t       Test various memory problems
 ext/threads/t/stack_env.t      Tests for stack limits
 ext/threads/t/stack.t          Tests for stack limits
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 52bf6f1..df21f7b 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1859,7 +1859,7 @@ package Maintainers;
     'threads::shared' =>
        {
        'MAINTAINER'    => 'jdhedden',
-       'DISTRIBUTION'  => 'JDHEDDEN/threads-shared-1.29.tar.gz',
+       'DISTRIBUTION'  => 'JDHEDDEN/threads-shared-1.31.tar.gz',
        'FILES'         => q[ext/threads-shared],
        'EXCLUDED'      => [ qw(examples/class.pl
                                shared.h

--
Perl5 Master Repository

Reply via email to