This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c98a81
)
Teach dump.c about CVf_NAMED
author
Father Chrysostomos
<sprout@cpan.org>
Fri, 12 Sep 2014 05:49:18 +0000
(22:49 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Mon, 15 Sep 2014 13:19:34 +0000
(06:19 -0700)
I should have added this in perl 5.18.
dump.c
patch
|
blob
|
blame
|
history
diff --git
a/dump.c
b/dump.c
index
471b104
..
91d2c2b
100644
(file)
--- a/
dump.c
+++ b/
dump.c
@@
-1330,6
+1330,7
@@
const struct flag_to_name cv_flags_names[] = {
{CVf_AUTOLOAD, "AUTOLOAD,"},
{CVf_HASEVAL, "HASEVAL"},
{CVf_SLABBED, "SLABBED,"},
+ {CVf_NAMED, "NAMED,"},
{CVf_ISXSUB, "ISXSUB,"}
};