summaryrefslogtreecommitdiff
path: root/pod/perltie.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perltie.pod')
-rw-r--r--pod/perltie.pod3
1 files changed, 3 insertions, 0 deletions
diff --git a/pod/perltie.pod b/pod/perltie.pod
index 60df0cb23e..1a5896515f 100644
--- a/pod/perltie.pod
+++ b/pod/perltie.pod
@@ -925,6 +925,9 @@ module that does attempt to address this need partially is the MLDBM
module. Check your nearest CPAN site as described in L<perlmodlib> for
source code to MLDBM.
+Tied filehandles are still incomplete. sysopen(), truncate(),
+flock(), fcntl(), stat() and -X can't currently be trapped.
+
=head1 AUTHOR
Tom Christiansen