diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-06-21 13:37:45 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-06-21 13:39:22 -0700 |
commit | a65bcb92853616a0efaa77aeea5e76bf66d2fd1b (patch) | |
tree | 5db98dc56563c88b6828b417e93f5a7b5b9cf9d8 /t | |
parent | 8a51675c6cb4113bc879e5f91ac33c4c254c2179 (diff) | |
download | perl-a65bcb92853616a0efaa77aeea5e76bf66d2fd1b.tar.gz |
podcheck.t: ignore buildtoc output
Diffstat (limited to 't')
-rw-r--r-- | t/porting/podcheck.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/porting/podcheck.t b/t/porting/podcheck.t index 77e42be430..188e0c1865 100644 --- a/t/porting/podcheck.t +++ b/t/porting/podcheck.t @@ -253,6 +253,7 @@ my $non_pods = qr/ (?: \. (?: [achot] | zip | gz | bz2 | jar | tar | tgz | PL | so | orig | rej | patch # Patch program output | sw[op] | \#.* # Editor droppings + | old # buildtoc output ) $ ) | ~$ # Another editor dropping |