diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-11-17 13:21:40 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-11-17 13:21:40 +0000 |
commit | 62c26f88ff62cb4316659ce4a17cb0ee37fe3f78 (patch) | |
tree | b411c03de979c4f113c5026e9c6ca910d95d3069 /pod/perl5100delta.pod | |
parent | c9f6a3cae6289afcb425ace2fc04014fe39d1c9d (diff) | |
download | perl-62c26f88ff62cb4316659ce4a17cb0ee37fe3f78.tar.gz |
Mention perlreapi in perldelta.
p4raw-id: //depot/perl@32363
Diffstat (limited to 'pod/perl5100delta.pod')
-rw-r--r-- | pod/perl5100delta.pod | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pod/perl5100delta.pod b/pod/perl5100delta.pod index dec6807eee..d61a19442e 100644 --- a/pod/perl5100delta.pod +++ b/pod/perl5100delta.pod @@ -910,6 +910,10 @@ Inc. The L<perlreguts> manpage, courtesy of Yves Orton, describes internals of the Perl regular expression engine. +The L<perlreapi> manpage describes the interface to the perl interpreter +used to write pluggable regular expression engines (by Ævar Arnfjörð +Bjarmason). + The L<perlunitut> manpage is an tutorial for programming with Unicode and string encodings in Perl, courtesy of Juerd Waalboer. @@ -1471,8 +1475,6 @@ The anonymous hash and array constructors now take 1 op in the optree instead of 3, now that pp_anonhash and pp_anonlist return a reference to an hash/array when the op is flagged with OPf_SPECIAL (Nicholas Clark). -=for p5p XXX have we some docs on how to create regexp engine plugins, since that's now possible ? (perlreguts) - =head1 Known Problems There's still a remaining problem in the implementation of the lexical |