]> git.vpit.fr Git - perl/modules/re-engine-Hooks.git/blobdiff - lib/re/engine/Hooks.pm
This is 0.05
[perl/modules/re-engine-Hooks.git] / lib / re / engine / Hooks.pm
index 3dc57b144217acb3008321696ca01d7278c6c3e6..365df477d63737db3c930dc2ae02551a6bee3292 100644 (file)
@@ -11,7 +11,7 @@ re::engine::Hooks - Hookable variant of the Perl core regular expression engine.
 
 =head1 VERSION
 
-Version 0.04
+Version 0.05
 
 =cut
 
@@ -20,7 +20,7 @@ our ($VERSION, @ISA);
 sub dl_load_flags { 0x01 }
 
 BEGIN {
- $VERSION = '0.04';
+ $VERSION = '0.05';
  require DynaLoader;
  push @ISA, qw<Regexp DynaLoader>;
  __PACKAGE__->bootstrap($VERSION);
@@ -212,6 +212,9 @@ It implements a couple of simple examples.
 
 Any stable release of L<perl> since 5.10.1, or a development release of L<perl> from the 5.19 branch.
 
+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<ExtUtils::Depends>.
 
 =head1 SEE ALSO