]> git.vpit.fr Git - perl/modules/re-engine-Hooks.git/commitdiff
Explicitely state that C++ compilers aren't supported
authorVincent Pit <vince@profvince.com>
Sat, 24 Aug 2013 18:51:31 +0000 (15:51 -0300)
committerVincent Pit <vince@profvince.com>
Sat, 24 Aug 2013 18:51:31 +0000 (15:51 -0300)
lib/re/engine/Hooks.pm

index 3dc57b144217acb3008321696ca01d7278c6c3e6..2f07ac798608210e703c51ecb630f0e45d643709 100644 (file)
@@ -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