This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
If a file has been deleted and removed from the MANIFEST don't complain
authorYves Orton <demerphq@gmail.com>
Sat, 13 Feb 2021 09:03:36 +0000 (10:03 +0100)
committerYves Orton <demerphq@gmail.com>
Sat, 13 Feb 2021 12:33:07 +0000 (13:33 +0100)
commitbf28d609baed1fccc7b09b8b797dcd67b8eb5ae7
tree86edfd6d69ad082294f531dbd7a0e287b593fc8c
parent8bc8b6db1481526395ac3feb7ea9e69413e76351
If a file has been deleted and removed from the MANIFEST don't complain

git ls-files returns the list of currently staged files. If a patch
is aimed at removing a file, thus deleting it and removing it from
MANIFEST but the dev has not staged the changes we should not say it
fails test.
t/porting/manifest.t