This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Instead of a const char *, pass a HEK * to anonymise_cv().
authorNicholas Clark <nick@ccl4.org>
Mon, 22 Jun 2009 19:45:23 +0000 (20:45 +0100)
committerNicholas Clark <nick@ccl4.org>
Mon, 22 Jun 2009 19:45:23 +0000 (20:45 +0100)
commit6eb667c676e523c76dfdaf169fce3797599bd851
tree6f7590778976260b05d3baf0074e136c536632fc
parent53409900a7d39827c92521617aae4258229bce49
Instead of a const char *, pass a HEK * to anonymise_cv().

This will cope properly with Unicode package names. It also allows use of more
efficient perl API calls, avoiding any strlen()s.
embed.fnc
hv.c
proto.h