avoid untie replacement for perl v5.18
authorMischa POSLAWSKY <perl@shiar.org>
Wed, 20 Nov 2013 11:13:58 +0000 (12:13 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Wed, 20 Nov 2013 11:16:00 +0000 (12:16 +0100)
commit971a4e3d553f203c80c8d20f0e7822d682b7e9a8
tree856461492f8d640cc13f748456bde0682dbad306
parent9f59e7b75435e82578bc66328032e0d3510c5690
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.
META.yml
lib/PLP/Tie/Delay.pm