Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-Data-Buffer: Read/write buffer class for perl
- Summary
- 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.
Changelog
- * Tue Aug 29 17:00:00 2006 Paul Howarth <paul{%}city-fan{*}org> 0.04-3
- FE6 mass rebuild
- * Wed Feb 15 16:00:00 2006 Paul Howarth <paul{%}city-fan{*}org> 0.04-2
- Rebuild for perl 5.8.8 (FC5)
- * Mon Nov 28 16:00:00 2005 Paul Howarth <paul{%}city-fan{*}org> 0.04-1
- Initial build