mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
7 lines
272 B
Plaintext
7 lines
272 B
Plaintext
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.
|
|
|
|
WWW: http://search.cpan.org/dist/Data-TemporaryBag/
|