aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Tie-Handle-Offset/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Tie-Handle-Offset/pkg-descr')
-rw-r--r--textproc/p5-Tie-Handle-Offset/pkg-descr3
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/p5-Tie-Handle-Offset/pkg-descr b/textproc/p5-Tie-Handle-Offset/pkg-descr
new file mode 100644
index 000000000000..09da3b9106c0
--- /dev/null
+++ b/textproc/p5-Tie-Handle-Offset/pkg-descr
@@ -0,0 +1,3 @@
+This modules provides a file handle that hides the beginning of a file.
+After opening, the file is positioned at the offset location. seek()
+and tell() calls are modified to preserve the offset.