diff options
author | Michael G. Schwern <schwern@pobox.com> | 2002-06-19 16:11:11 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-20 00:03:56 +0000 |
commit | a344be1068c2cd951a34c870c809266dc300b723 (patch) | |
tree | a2a4f958ca8e6aed058a3850e40923f8ea5fa006 /lib/Test/Simple.pm | |
parent | a884ca7cc4e7a429bb7c3666c1a38cb5c2939f80 (diff) | |
download | perl-a344be1068c2cd951a34c870c809266dc300b723.tar.gz |
Test::Simple/More/Builder 0.44 -> 0.45
Message-id: <20020620001111.GW1232@ool-18b93024.dyn.optonline.net>
p4raw-id: //depot/perl@17315
Diffstat (limited to 'lib/Test/Simple.pm')
-rw-r--r-- | lib/Test/Simple.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Test/Simple.pm b/lib/Test/Simple.pm index ee59bd30c0..464fffd782 100644 --- a/lib/Test/Simple.pm +++ b/lib/Test/Simple.pm @@ -4,7 +4,7 @@ use 5.004; use strict 'vars'; use vars qw($VERSION); -$VERSION = '0.44'; +$VERSION = '0.45'; use Test::Builder; @@ -171,6 +171,7 @@ Unfortunately, I can't differentiate any further. Test::Simple is B<explicitly> tested all the way back to perl 5.004. +Test::Simple is thread-safe in perl 5.8.0 and up. =head1 HISTORY |