X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=blobdiff_plain;f=Plugin.pod;h=1438f64dde0b50c647ac5e7e54f085b0148a19e5;hp=3ae9882d8bcd5ff26cbd5663f3ccfae1e9e916ab;hb=dd88e700bfcc92fc03db9d994ec747ca1c14ade7;hpb=447aa9bcb55632cf669454868679169602a28fe2 diff --git a/Plugin.pod b/Plugin.pod index 3ae9882..1438f64 100644 --- a/Plugin.pod +++ b/Plugin.pod @@ -2,6 +2,11 @@ re::engine::Plugin - API to write custom regex engines +=head1 NOTICE + +This is a B that requires a patch to blead to work, +the patch can be found in F in this distribution. + =head1 DESCRIPTION As of perl 5.9.5 it's possible to lexically replace perl's built-in @@ -224,12 +229,10 @@ name an example). =head2 named_captures -B: implement +B: document -perl internals still needs to be changed to support this but when it's -done it'll allow the binding of C<%+> and C<%-> and support the -L methods FETCH, STORE, DELETE, CLEAR, EXISTS, FIRSTKEY, -NEXTKEY and SCALAR. +This is implemented but not documented, see F for usage +examples. =head1 Tainting @@ -300,6 +303,11 @@ I =item * +Export constants defined as macros in core relevant to our interests, +e.g. PMf_ stuff and things needed by extflags. + +=item * + Engines implemented with this module don't support C and C, the appropriate parts of the C struct need to be wrapped and documented.