There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

Revision history for Task-MemManager

0.05      2025-09-13 06:51:51-06:00 America/Denver
- Fixed documentation formatting
0.04      2025-09-12 17:52:43-06:00 America/Denver
- Added documentation for consumer
- Allocators are now optionally passed the constructor options
0.03      2025-09-10 22:45:12-06:00 America/Denver
- Updated documentation
- Fixed error of only assigning the last byte of the buffer to the init value
when using PerlAlloc
- Removed un-necessary code in PerlAlloc that grew the buffer and then assigned
to it
- Created consume method to obtain external buffers
- Added check for overlapping memory regions when allocating/consuming new
buffers
- Fixed bug in DESTROY that attempted to free buffers (and their properties)
that had not been successfully allocated or consumed
- Added examples to illustrate the consumption of external buffers, both
Perl scalars and raw memory buffers. 
0.02      2024-12-01 20:32:10-07:00 America/Denver
- Separated Memory allocator that used C's malloc into its own package and
corrected typos
0.01      2024-08-25 17:41:34-06:00 America/Denver
- First version incorporating allocators based on Perl and C (malloc/calloc)