Make SvIsCOW honest about globs
authorFather Chrysostomos <sprout@cpan.org>
Tue, 12 Jul 2011 19:24:29 +0000 (12:24 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 12 Jul 2011 20:00:02 +0000 (13:00 -0700)
commitfa819c1ce3252e7ae97e9cdd4d3d0dd1edb06fa1
tree9de6862f1c09e08526ecb4c315aec824c6f82b8e
parent21690b721fd5cd765bcc0330aa94f9172c24582d
Make SvIsCOW honest about globs

SvIsCOW was ignoring the fact that it might be passed a
typeglob, which made its behaviour contradict its docs.

This fixes that and, in doing so, simplifies the
upcoming Internals::SvREADONLY fix.
MANIFEST
ext/XS-APItest/APItest.xs
ext/XS-APItest/t/sviscow.t [new file with mode: 0644]
sv.h