summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-03-05 23:47:52 -0600
committerJesse Luehrs <doy@tozt.net>2012-03-05 23:47:52 -0600
commit94fd9d7517a2b2cf589b43d6ee917b417e170726 (patch)
tree3c8b1742ca6a6c9602bd4879a977e832feba8dfe
parentfbbe1b868eb4692a9ae5e47bcda5138ca1615b00 (diff)
downloadterm-filter-94fd9d7517a2b2cf589b43d6ee917b417e170726.tar.gz
term-filter-94fd9d7517a2b2cf589b43d6ee917b417e170726.zip
note the test suite issues in the docs for now
-rw-r--r--lib/Term/Filter.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/Term/Filter.pm b/lib/Term/Filter.pm
index 8032d20..54c245c 100644
--- a/lib/Term/Filter.pm
+++ b/lib/Term/Filter.pm
@@ -238,7 +238,10 @@ no Moose::Util::TypeConstraints;
=head1 BUGS
-No known bugs.
+The test suite is a bit flaky, due to it being hard to test orderings of things
+between multiple layers of read/write syscalls across multiple processes. As
+far as I can tell, the module itself works fine, but may just get some false
+negative test results on occasion. Need to fix this eventually.
Please report any bugs through RT: email
C<bug-term-filter at rt.cpan.org>, or browse to