freebsd-ports/devel/p5-Data-TemporaryBag/pkg-descr

7 lines
272 B
Text
Raw Normal View History

Data::TemporaryBag module provides a bag object class
handling long size data. The short size data are kept on
memory. When the data size becomes over $Threshold size,
they are saved into a temporary file internally.
2003-05-21 14:05:57 +02:00
WWW: http://search.cpan.org/dist/Data-TemporaryBag/