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:
816a3af
)
perldelta: Make verbatim line fit in 79 columns
author
Karl Williamson
<khw@cpan.org>
Wed, 3 Feb 2016 17:27:14 +0000
(10:27 -0700)
committer
Karl Williamson
<khw@cpan.org>
Wed, 3 Feb 2016 17:34:23 +0000
(10:34 -0700)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
6d697e4
..
93c26df
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-374,11
+374,11
@@
details on how to use them.
Various macros, which now consistently have a CX_ prefix, have been added:
-
CX_CUR(), CX_LEAVE_SCOPE(), CX_POP()
+ CX_CUR(), CX_LEAVE_SCOPE(), CX_POP()
or renamed:
-
CX_POP_SAVEARRAY(), CX_DEBUG(), CX_PUSHSUBST() ,CX_POPSUBST()
+ CX_POP_SAVEARRAY(), CX_DEBUG(), CX_PUSHSUBST() ,CX_POPSUBST()
=item *