This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/TEST: warn about unknown files deparse-skips.txt
authorDavid Mitchell <davem@iabyn.com>
Fri, 24 Feb 2017 20:15:48 +0000 (20:15 +0000)
committerDavid Mitchell <davem@iabyn.com>
Mon, 5 Jun 2017 11:52:18 +0000 (12:52 +0100)
commit94021b253e6a3557d6e506f59c0278dd795899f6
treeae387631144801739341deea5dd2237fdb55fa93
parent2ac6acbfdb0279ee04042bba82091927148060a4
t/TEST: warn about unknown files deparse-skips.txt

In ./TEST -deparse, when reading Porting/deparse-skips.txt, emit a warning
for each excluded file which no longer exists.

Also, move the scope of $in to just the sub that uses it.
t/TEST