]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/blobdiff - Plugin.pod
Reformat some comments
[perl/modules/re-engine-Plugin.git] / Plugin.pod
index 5910f14e2e49bdd727475717a93dee28a6b3e011..1c98ce574a92f857f2e59dd3b4c6e2d7441be407 100644 (file)
@@ -4,7 +4,7 @@ re::engine::Plugin - API to write custom regex engines
 
 =head1 VERSION
 
 
 =head1 VERSION
 
-Version 0.08
+Version 0.10
 
 =head1 DESCRIPTION
 
 
 =head1 DESCRIPTION
 
@@ -278,7 +278,7 @@ True iff this module could have been built with fork-safety features
 enabled. This will always be true except on Windows where it's false
 for perl 5.10.0 and below.
 
 enabled. This will always be true except on Windows where it's false
 for perl 5.10.0 and below.
 
-=head1 Tainting
+=head1 TAINTING
 
 The only way to untaint an existing variable in Perl is to use it as a
 hash key or referencing subpatterns from a regular expression match
 
 The only way to untaint an existing variable in Perl is to use it as a
 hash key or referencing subpatterns from a regular expression match
@@ -339,7 +339,7 @@ this module is responsible for how and if it untaints its variables.
 
 L<perlreapi>, L<Taint::Util>
 
 
 L<perlreapi>, L<Taint::Util>
 
-=head1 TODO / CAVEATS
+=head1 TODO & CAVEATS
 
 I<here be dragons>
 
 
 I<here be dragons>
 
@@ -439,7 +439,7 @@ L<perl> 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.
 
 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<XSLoader> (standard since perl 5.006).
+L<XSLoader> (standard since perl 5.6.0).
 
 =head1 BUGS
 
 
 =head1 BUGS
 
@@ -457,7 +457,7 @@ Vincent Pit C<< <perl at profvince.com> >>
 
 Copyright 2007,2008 E<AElig>var ArnfjE<ouml>rE<eth> Bjarmason.
 
 
 Copyright 2007,2008 E<AElig>var ArnfjE<ouml>rE<eth> Bjarmason.
 
-Copyright 2009,2010,2011 Vincent Pit.
+Copyright 2009,2010,2011,2013,2014 Vincent Pit.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.