Subject: | avoid IO::Prompt::ReturnVal? |
Is IO::Prompt::ReturnVal really necessary? Can you please introduce an
option to avoid it?
Right now I have to force stringification, because I'm using the data
with Storable (and thaw complains, because it "Cannot restore
overloading on HASH(0x8773c90) (package IO::Prompt::ReturnVal) (even
after a "require IO::Prompt::ReturnVal;") at blib/lib/Storable.pm (autospli
t into blib/lib/auto/Storable/thaw.al) line 366").
Thanks,
bye, Uwe