summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2011-04-19 12:03:05 +0100
committerDavid Mitchell <davem@iabyn.com>2011-04-19 12:03:05 +0100
commit2dfab301b4971d913005b452b3083fdffb7eeb2e (patch)
tree15b7985a1a9ae415c428a97540fa5ebe6ce1e2eb
parent93a77370a8f33a28b8a59f890c208521406726d0 (diff)
downloadperl-2dfab301b4971d913005b452b3083fdffb7eeb2e.tar.gz
porting/cmp_version.t: skip threads 1.83
The threads version for blead was bumped for the 5.13.11 release, but not all version numbers were bumped, so the '1.83' in 5.14.0 will be marginally different (1 line of text) than in the 5.13.11 release.
-rw-r--r--t/porting/cmp_version.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/porting/cmp_version.t b/t/porting/cmp_version.t
index 3ffc44ab20..b3c677c8d8 100644
--- a/t/porting/cmp_version.t
+++ b/t/porting/cmp_version.t
@@ -70,6 +70,7 @@ my %skip;
my %skip_versions = (
# 'some/sample/file.pm' => [ '1.23', '1.24' ],
+ 'dist/threads/lib/threads.pm' => [ '1.83' ],
);
my $skip_dirs = qr{^(?:t/lib|cpan)};