devel/cppunit misses a destructor declaration for one of its classes.
[pkgsrcv2.git] / devel / p5-Data-Buffer / DESCR
1 Data::Buffer implements a low-level binary buffer in which you can get and
2 put integers, strings, and other data.  Internally the implementation is
3 based on "pack" and "unpack", such that Data::Buffer is really a layer on top
4 of those built-in functions.