porting/cmp_version.t: skip threads 1.83
authorDavid Mitchell <davem@iabyn.com>
Tue, 19 Apr 2011 11:03:05 +0000 (12:03 +0100)
committerDavid Mitchell <davem@iabyn.com>
Tue, 19 Apr 2011 11:03:05 +0000 (12:03 +0100)
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.

t/porting/cmp_version.t

index 3ffc44a..b3c677c 100644 (file)
@@ -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)};