From: Mischa POSLAWSKY Date: Wed, 20 Nov 2013 11:13:58 +0000 (+0100) Subject: avoid untie replacement for perl v5.18 X-Git-Tag: 3.24~2 X-Git-Url: http://git.shiar.net/perl/plp/.git/commitdiff_plain/971a4e3d553f203c80c8d20f0e7822d682b7e9a8?hp=971a4e3d553f203c80c8d20f0e7822d682b7e9a8 avoid untie replacement for perl v5.18 Replacing a tied hash causes random behaviour and crashes with newer versions of Perl (probably due to COW changes), so keep the slower tie. ---