Revision history for Perl module Promise::Me
v0.3.0 2022-04-07T18:22:58+0900
- Added $_ as an array reference containing the code reference for resolve() and reject()
v0.2.2 2022-04-03T05:55:48Z +0900
- Corrected a small bug in _share_vars when falling back to cache file
v0.2.1 2022-03-30T13:51:28Z +0900
- Implemented fallback when shared memory is not available
v0.2.0 2022-03-18T21:26:23Z +0900
- Add support for shared cache file if shared memory is not supported or desired
- Corrected a bug when terminating shared variable space in END block
v0.1.2 2021-10-07T22:21:38Z +0900
- Documentation improvement
v0.1.1 2021-06-20T12:11:08Z +0900
- Correcting typos in the documentation
v0.1.0 2021-06-20T10:06:37Z +0900
- initial release