Don’t allow read-only regexps to be tied
authorFather Chrysostomos <sprout@cpan.org>
Mon, 23 Jan 2012 06:48:42 +0000 (22:48 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 23 Jan 2012 18:19:35 +0000 (10:19 -0800)
commit6dd7c1f1e9477c302194505f6e1aaa57121f68bd
tree14b7b5596967043f012f2ad35f241a90d6a7ae4a
parenta9a249629c8a321606e6b817e73a8f8a2c0ae36f
Don’t allow read-only regexps to be tied

Since the test triggered another bug in freeing read-only
regexps, this commit fixes that too.
sv.c
t/op/tie.t