Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the CGI CPAN distribution.

Report information
The Basics
Id: 51021
Status: rejected
Priority: 0/
Queue: CGI

People
Owner: Nobody in particular
Requestors: mkanat [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Vars TIEHASH interface should accept arrayrefs for STORE
Right now, STORE in the TIEHASH interface does this: my @vals = index($vals,"\0")!=-1 ? split("\0",$vals) : $vals; But if $vals is an arrayref, it should really just store the arrayref. (This would allow me to use the Vars tiehash interface interchangeably with other hashes that might be passed into a method.)
Patch welcome.
This issue has been copied to: https://github.com/leejo/CGI.pm/issues/62 please take all future correspondence there. This ticket will remain open but please do not reply here. This ticket will be closed when the github issue is dealt with.
Rejecting. See the github issue for reasons.