diff options
author | Aaron Crane <arc@cpan.org> | 2017-10-23 11:43:23 +0100 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2017-10-23 11:43:23 +0100 |
commit | 9c05dce862293e59a807f32d82e92ce20b7dc303 (patch) | |
tree | f2ebc48e89e0b379eabf8d9596b31fb36b580bf9 /.metaconf-exclusions.txt | |
parent | 959ab4d160c8e8efd8d605b7e1d183085491e9cf (diff) | |
download | perl-9c05dce862293e59a807f32d82e92ce20b7dc303.tar.gz |
metaconfig: ignore "index", "rindex"
This permits deletion of our modified d_strchr.U metaconfig unit.
Diffstat (limited to '.metaconf-exclusions.txt')
-rw-r--r-- | .metaconf-exclusions.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.metaconf-exclusions.txt b/.metaconf-exclusions.txt index d305e5ddb5..84d6057d96 100644 --- a/.metaconf-exclusions.txt +++ b/.metaconf-exclusions.txt @@ -21,3 +21,5 @@ # written. I_STDARG +index +rindex |