The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl module Promise::Me

v0.4.3 2022-08-12T13:28:34+0900
    - Minor improvement for sleep in test units

v0.4.2 2022-08-07T17:26:03Z +0900
    - Improvements in storing shared results, locking resources beforehand

v0.4.1 2022-08-06T13:28:15Z +0900
    - Minor improvement in test units

v0.4.0 2022-08-03T19:50:31Z +0900
    - Change dependency from Storable to Storable::Improved for improved efficiency and support for glob and XS objects.
    - Added the object instantiation option "serialiser" and its corresponding method.
    - Now, can choose interchangeably between CBOR::XS, Sereal or Storable to serialise data
    - Now, also one can choose interchangeably, between memory, mmap or file as a medium to share data among processes
    - Improved documentation

v0.3.0 2022-04-07T18:22:58Z +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