In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/a11a8547d33786cdcae320a578acf7b1c7c353a4?hp=26a6507471ec85dcb2e7186a21d6d849b1ea1bb7>

- Log -----------------------------------------------------------------
commit a11a8547d33786cdcae320a578acf7b1c7c353a4
Author: Zefram <zef...@fysh.org>
Date:   Tue Oct 12 22:18:46 2010 -0700

    perldelta entries for op-building functions and LINKLIST
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 00a3415..b58354b 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -596,6 +596,18 @@ now matches what the documentation says it does.
 A new interface has been added for custom check hooks on subroutines. See
 L/Custom per-subroutine check hooks>, above.
 
+=item *
+
+List op building functions have been added to the
+API.  See L<op_append_elem|perlapi/op_append_elem>,
+L<op_append_list|perlapi/op_append_list>, and
+L<op_prepend_elem|perlapi/op_prepend_elem>.
+
+=item *
+
+The L<LINKLIST|perlapi/LINKLIST> macro, part of op building that
+constructs the execution-order op chain, has been added to the API.
+
 =back
 
 =head1 Selected Bug Fixes

--
Perl5 Master Repository

Reply via email to