From: Mischa POSLAWSKY Date: Mon, 2 Jun 2008 06:56:40 +0000 (+0000) Subject: fix delete %header X-Git-Tag: 3.22~5 X-Git-Url: http://git.shiar.nl/gitweb.cgi/perl/plp/.git/commitdiff_plain/6c6d67b2fb0a2a211f3603edcb2d2f7609f51f4f?hp=6c6d67b2fb0a2a211f3603edcb2d2f7609f51f4f fix delete %header Header value wasn't deleted case-insensitively. Because the alias was still removed correctly, it usually worked, but as of recently producing warnings in sendheaders(). Also, delete returned the original key (not documented anywhere). Change this to always return the deleted value, matching the behaviour of normal hashes and user expectation. ---