SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
7
devel/p5-IO-String/pkg/DESCR
Normal file
7
devel/p5-IO-String/pkg/DESCR
Normal 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.
|
3
devel/p5-IO-String/pkg/PLIST
Normal file
3
devel/p5-IO-String/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/IO/
|
||||
${P5SITE}/IO/String.pm
|
||||
@man man/man3p/IO::String.3p
|
Loading…
Add table
Add a link
Reference in a new issue