This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add flags to cv_name; allow unqualified retval
authorFather Chrysostomos <sprout@cpan.org>
Wed, 24 Sep 2014 07:37:58 +0000 (00:37 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 24 Sep 2014 07:37:58 +0000 (00:37 -0700)
commitecf05a582e3c4c0f74622847331af430479c4fcb
tree85f4cb5bbd727d64bcbf6c173eb8731f66cb87fe
parent5e8814954c268f117d70c5156096c5bf7bb1cff7
Add flags to cv_name; allow unqualified retval

One of the main purposes of cv_name was to provide a way for CPAN mod-
ules easily to obtain the name of a sub.  As written, it was not
actually sufficient, as some modules, such as Devel::Declare, need an
unqualified name.

So I am breaking compatibility with 5.21.4 (which introduced cv_name,
but is only a dev release) by adding a flags parameter.
dump.c
embed.fnc
embed.h
ext/XS-APItest/APItest.xs
ext/XS-APItest/t/cv_name.t
op.c
pad.c
pp_ctl.c
pp_hot.c
proto.h