MANIFEST and Porting/Maintainers.pl update
authorJerry D. Hedden <jdhedden@cpan.org>
Mon, 10 Aug 2009 19:52:34 +0000 (15:52 -0400)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Mon, 10 Aug 2009 20:06:56 +0000 (22:06 +0200)
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 <jdhedden@cpan.org>
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 <h.m.brand@xs4all.nl>
MANIFEST
Porting/Maintainers.pl

index 16c44dc..116829a 100644 (file)
--- 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
index 52bf6f1..df21f7b 100755 (executable)
@@ -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