we'll need proper tests to check that too few and too many
parameters actually trigger errors
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
perl Values are now generally serialized as *raw* values,
for *de*serialization this can be enforced via the RawValue
type
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
For the cases we're most intested in (substr and vivifyable
hash indexing) we can use perform "GET" magic to figure out
whether it was undef or not, and then simply recurse.
We'll have to deal with other cases as we run into them.
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>