in Carp, avoid vivifying utf8 stash on Perl 5.6
authorZefram <zefram@fysh.org>
Fri, 3 Feb 2012 10:53:00 +0000 (10:53 +0000)
committerZefram <zefram@fysh.org>
Fri, 3 Feb 2012 10:53:00 +0000 (10:53 +0000)
commit778a861bb0a8d42e4be677cc40a39d1fac0babe5
tree7a62bfeccdf86e1de06ca50ad1310ab9301a0de9
parent864fd8d30af274c82a36ddaf90ed55c91f64ebc7
in Carp, avoid vivifying utf8 stash on Perl 5.6

Carp was breaking swash loading on Perl 5.6.  Makes no difference to
blead, where the utf8 stash is previvified, but it matters for the
CPAN release.
MANIFEST
dist/Carp/lib/Carp.pm
dist/Carp/t/swash.t [new file with mode: 0644]
dist/Carp/t/vivify_gv.t
dist/Carp/t/vivify_stash.t [new file with mode: 0644]