Added chunk IO capability to READ in MCE::Shared::Handle. Both non-shared and shared handles are supported. See documentation for demonstrations.
Added assign to MCE::Shared::{ Array, Hash, and Ordhash }. Ditto, added hassign and lassign to MCE::Shared::{ Minidb }. Assign is inspired by Tie::Hash::Indexed v0.05_02. Thank you, Marcus Holland-Moritz.
Added META.json to the distribution.
ENHANCEMENTS
Improved exporting for shared MCE::Shared::{ Array, Hash, and Ordhash }.
Now loads PDL::IO::Storable automatically when PDL is present. PDL must come before MCE::Shared. Otherwise, load PDL::IO::Storable manually.
Specifying Sereal for serialization falls back to Storable when PDL is present. A warning is emitted indicating Sereal is not used.
API CHANGES
Removed iterator and rewind functionality from MCE::Shared::Minidb. This was done to streamline Minidb and MCE/Shared/Server.pm.