Based on patch provided by Martin Wilke via PR 34331.
Pkgsrc Changes:
Change HOMEPAGE to redirected URL.
Changes:
0.09 Wed Jan 25 16:13:33 2006
- Changed to create temporary files in tmpdir(). $TempPath is obsolete now.
0.08 Thu Jan 29 00:15:00 2004
- Segmentation fault occurred under a certain condition. Fixed.
(Thanks to David K. Watson)
0.07 Mon Dec 15 22:45:00 2003
- Changed an implementation of length method.
- Removed some warnings.
0.06 Sun Nov 11 00:00:00 2002
- Minor fix to pass -w.
0.05 Thu Oct 17 01:18:00 2002
- Added a manager of opened temporary files.
- Rewrote substr method.
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.