stevieb9 / ipc-shareable

Share Perl variables across processes and scripts
GNU General Public License v2.0
3 stars 2 forks source link

wrong doc for serializer 'json' option #46

Open gitcnd opened 4 months ago

gitcnd commented 4 months ago

doc at https://metacpan.org/pod/IPC::Shareable#serializer says

you can optionally use JSON for this task.

code says:

elsif ($serializer eq 'json')

there's no examples showing that we're supposed to have used 'json' and not JSON ...