This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4421e1e
)
Remove reference to obsolete threads version in Porting/cmpVERSION.pl
author
Steve Hay
<steve.m.hay@googlemail.com>
Wed, 17 Sep 2014 07:26:26 +0000
(08:26 +0100)
committer
Steve Hay
<steve.m.hay@googlemail.com>
Wed, 17 Sep 2014 07:26:26 +0000
(08:26 +0100)
Porting/cmpVERSION.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/cmpVERSION.pl
b/Porting/cmpVERSION.pl
index
0123f29
..
37017cf
100755
(executable)
--- 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|;