SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,7 @@
The module provides the IO::File interface for in-core strings. An
object can be attached to a string, and will make it possible to
use the normal file operations for reading or writing data, as well
as seeking to various locations of the string. The main reason you
might want to do this is if you have some other library module
that only provide an interface to file handles, and you want to
keep all the stuff in memory.

View file

@ -0,0 +1,3 @@
${P5SITE}/IO/
${P5SITE}/IO/String.pm
@man man/man3p/IO::String.3p