diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2005-02-15 16:57:53 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2005-02-15 16:57:53 +0000 |
commit | 38ef061b57a27390e584d00f476f2b552e84acab (patch) | |
tree | 187772e8b8e3d724e32989dd3a86d2e04bc03326 /devel/p5-IO-stringy/pkg-descr | |
parent | a786e7d3258fc062030798b277fe7cea9602cbcb (diff) | |
download | ports-38ef061b57a27390e584d00f476f2b552e84acab.tar.gz ports-38ef061b57a27390e584d00f476f2b552e84acab.zip |
Notes
Diffstat (limited to 'devel/p5-IO-stringy/pkg-descr')
-rw-r--r-- | devel/p5-IO-stringy/pkg-descr | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/devel/p5-IO-stringy/pkg-descr b/devel/p5-IO-stringy/pkg-descr index 491ca5651488..b32f85d1d60e 100644 --- a/devel/p5-IO-stringy/pkg-descr +++ b/devel/p5-IO-stringy/pkg-descr @@ -1,11 +1,18 @@ IO-stringy makes it possible to create perl filehandles that point to -just about any object. It contains three modules: +just about any object. It contains next modules: -IO::Scalar - IO:: interface for reading/writing a scalar +IO::AtomicFile - write a file which is updated atomically -IO::ScalarArray - IO:: interface for reading/writing an array of scalars +IO::InnerFile - define a file inside another file -IO::Wrap - Wrap raw filehandles in IO::Handle interface +IO::Lines - IO:: interface for reading/writing an array of lines + +IO::Scalar - IO:: interface for reading/writing a scalar + +IO::ScalarArray - IO:: interface for reading/writing an array of scalars + +IO::Wrap - wrap raw filehandles in IO::Handle interface + +IO::WrapTie - wrap tieable objects in IO::Handle interface + +WWW: http://search.cpan.org/dist/IO-stringy/ |