]> git.vpit.fr Git - perl/modules/re-engine-Hooks.git/blobdiff - lib/re/engine/Hooks.pm
Explicitely state that C++ compilers aren't supported
[perl/modules/re-engine-Hooks.git] / lib / re / engine / Hooks.pm
index fabe4bb804f98a5b4f7657308a0246ff574a5136..2f07ac798608210e703c51ecb630f0e45d643709 100644 (file)
@@ -1,6 +1,6 @@
 package re::engine::Hooks;
 
-use 5.010001;
+use 5.010_001;
 
 use strict;
 use warnings;
@@ -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