diff options
Diffstat (limited to 'devel/p5-Data-Buffer/DESCR')
-rw-r--r-- | devel/p5-Data-Buffer/DESCR | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Data-Buffer/DESCR b/devel/p5-Data-Buffer/DESCR index 7f8f304d0a5..d4ef27f7e5b 100644 --- a/devel/p5-Data-Buffer/DESCR +++ b/devel/p5-Data-Buffer/DESCR @@ -1,4 +1,4 @@ -Data::Buffer implements a low-level binary buffer in which you can get and -put integers, strings, and other data. Internally the implementation is +Data::Buffer implements a low-level binary buffer in which you can get and +put integers, strings, and other data. Internally the implementation is based on "pack" and "unpack", such that Data::Buffer is really a layer on top of those built-in functions. |