summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 7 insertions, 1 deletions
diff --git a/README b/README
index 0a188a7..1a03343 100644
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ NAME
VERSION
- version 0.006
+ version 0.007
SYNOPSIS
@@ -34,6 +34,12 @@ METHODS
Enables bareword filehandles for the remainder of the scope being
compiled.
+LIMITATIONS
+
+ Filetest operators (-X) can not be checked on Perl versions before
+ 5.32, because hooking the op check function for these breaks stacked
+ tests, e.g. -f -w -x $file.
+
SEE ALSO
perlfunc, B::Hooks::OP::Check.