]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/blobdiff - Plugin.pod
Add the version to the POD
[perl/modules/re-engine-Plugin.git] / Plugin.pod
index 7fda6f78d2fa14303d51db1ed580d964d7ecde9f..227dca36d88994a9fa4a219f3faeaeaee3bc070e 100644 (file)
@@ -2,6 +2,10 @@
 
 re::engine::Plugin - API to write custom regex engines
 
+=head1 VERSION
+
+Version 0.07
+
 =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<SvPV|perlapi/SvPV>), not a character length.
 
+=head2 nparens
+
+=head2 gofs
+
 =head2 callbacks
 
     # A dumb regexp engine that just tests string equality