X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Plugin.pod;h=35d293b56d737da2975790a47f6861708b1cb0a5;hb=1b5d77b5043ce79ba5661949104911c6f773d669;hp=7fda6f78d2fa14303d51db1ed580d964d7ecde9f;hpb=bc365867d2883a69972ef82adf4b19d0680e43aa;p=perl%2Fmodules%2Fre-engine-Plugin.git diff --git a/Plugin.pod b/Plugin.pod index 7fda6f7..35d293b 100644 --- a/Plugin.pod +++ b/Plugin.pod @@ -2,6 +2,10 @@ re::engine::Plugin - API to write custom regex engines +=head1 VERSION + +Version 0.08 + =head1 DESCRIPTION As of perl 5.9.5 it's possible to lexically replace perl's built-in @@ -185,6 +189,10 @@ called at all. The length specified will be used as a a byte length (using L), not a character length. +=head2 nparens + +=head2 gofs + =head2 callbacks # A dumb regexp engine that just tests string equality @@ -411,6 +419,15 @@ tests. =back +=head1 DEPENDENCIES + +L 5.10. + +A C compiler. +This module may happen to build with a C++ compiler as well, but don't rely on it, as no guarantee is made in this regard. + +L (standard since perl 5.006). + =head1 BUGS Please report any bugs that aren't already listed at @@ -425,9 +442,9 @@ Vincent Pit C<< >> =head1 LICENSE -Copyright 2007-2008 Evar ArnfjErE Bjarmason. +Copyright 2007,2008 Evar ArnfjErE Bjarmason. -Copyright 2009 Vincent Pit. +Copyright 2009,2010,2011 Vincent Pit. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.