From: Rafael Garcia-Suarez Date: Sat, 17 Nov 2007 13:21:40 +0000 (+0000) Subject: Mention perlreapi in perldelta. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=62c26f88ff62cb4316659ce4a17cb0ee37fe3f78;p=p5sagit%2Fp5-mst-13.2.git Mention perlreapi in perldelta. p4raw-id: //depot/perl@32363 --- diff --git a/pod/perl5100delta.pod b/pod/perl5100delta.pod index dec6807..d61a194 100644 --- a/pod/perl5100delta.pod +++ b/pod/perl5100delta.pod @@ -910,6 +910,10 @@ Inc. The L manpage, courtesy of Yves Orton, describes internals of the Perl regular expression engine. +The L manpage describes the interface to the perl interpreter +used to write pluggable regular expression engines (by Ævar Arnfjörð +Bjarmason). + The L 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