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-CMalloc

0.04      2025-09-22 21:25:42-06:00 America/Denver
- Rewrote consume to use realloc to resize the buffer to the desired length.
This was done to be compatible with PerlAlloc's behavior.
- Expanded documentation for consume to explain the new behavior.
0.03      2025-09-14 17:14:24-06:00 America/Denver
- Initial value handled as an integer between 0-255 for allocation purposes
- Replaced croak with die as the package approaches maturity
- Added checks to ensure we do not allocate an invalid buffer size
0.02      2025-09-10 22:45:58-06:00 America/Denver
- Provided the consume functionality to the module.
0.01      2024-12-01 20:32:46-07:00 America/Denver