develooper Front page | perl.perl5.changes | Postings from February 2009

[perl.git] branch maint-5.10, updated. GitLive-maint-5.10-187-g1255429

From:
David Mitchell
Date:
February 21, 2009 17:25
Subject:
[perl.git] branch maint-5.10, updated. GitLive-maint-5.10-187-g1255429
Message ID:
E1Lb36E-0006wK-Uf@camel.booking.com
In perl.git, the branch maint-5.10 has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/1255429e0faeb4e15efc61f7de8b03d43616155f?hp=8f089f6646fb9d8cf7c65d7a9d8a2273000bd9d6>

- Log -----------------------------------------------------------------
commit 1255429e0faeb4e15efc61f7de8b03d43616155f
Author: David Mitchell <davem@iabyn.com>
Date:   Sun Feb 22 01:23:47 2009 +0000

    merge chunk of change #33514 that was missed when integrated
    into maint by change #33362 (perforce add-then-edit hatefulness)
-----------------------------------------------------------------------

Summary of changes:
 lib/Thread/Queue/t/04_errs.t |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/lib/Thread/Queue/t/04_errs.t b/lib/Thread/Queue/t/04_errs.t
index 593eef9..3479c83 100644
--- a/lib/Thread/Queue/t/04_errs.t
+++ b/lib/Thread/Queue/t/04_errs.t
@@ -6,11 +6,6 @@ BEGIN {
         chdir('t');
         unshift(@INC, '../lib');
     }
-    use Config;
-    if (! $Config{'useithreads'}) {
-        print("1..0 # Skip: Perl not compiled with 'useithreads'\n");
-        exit(0);
-    }
 }
 
 use Thread::Queue;

--
Perl5 Master Repository



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About