From ecf91f3094bd424ca8926722ab323b9b3fb0abb5 Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Wed, 17 Sep 2014 08:26:26 +0100 Subject: [PATCH] Remove reference to obsolete threads version in Porting/cmpVERSION.pl --- Porting/cmpVERSION.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/Porting/cmpVERSION.pl b/Porting/cmpVERSION.pl index 0123f29..37017cf 100755 --- a/Porting/cmpVERSION.pl +++ b/Porting/cmpVERSION.pl @@ -95,7 +95,6 @@ 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|; -- 1.8.3.1