summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-09-17 08:26:26 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2014-09-17 08:26:26 +0100
commitecf91f3094bd424ca8926722ab323b9b3fb0abb5 (patch)
tree4ae21b90f9b867432cfc99e56565486c645f88be /Porting
parent4421e1e92869cabe47c9e70078cf52e18079a7c7 (diff)
downloadperl-ecf91f3094bd424ca8926722ab323b9b3fb0abb5.tar.gz
Remove reference to obsolete threads version in Porting/cmpVERSION.pl
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/cmpVERSION.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/Porting/cmpVERSION.pl b/Porting/cmpVERSION.pl
index 0123f2907c..37017cfc04 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|;