commit 2990ef13cfad76dcfc12087c9d7028f51d38a652
Author: Lee Johnson <lee@givengain.ch>
Date: Sun Jul 27 16:09:04 2014 +0200
resolve #61 [rt.cpan.org #51020] - tied delete returns var
deleted from the hash to make it behave the same as the perl's
built in delete function. add test case to t/request.t for this.
note that this was patch was source from the bugzilla subclass of
CGI (Bugzilla::CGI), which may have more useful fixes as well. see
issue #141 for information on this
Changes | 2 ++
lib/CGI.pm | 5 ++++-
t/request.t | 3 ++-
3 files changed, 8 insertions(+), 2 deletions(-)