From: Vincent Pit <vince@profvince.com>
Date: Sat, 24 Aug 2013 18:51:31 +0000 (-0300)
Subject: Explicitely state that C++ compilers aren't supported
X-Git-Tag: v0.05~2
X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;h=4fed3fb749dc39acd325575d5efc0bfde0bcc101;p=perl%2Fmodules%2Fre-engine-Hooks.git

Explicitely state that C++ compilers aren't supported
---

diff --git a/lib/re/engine/Hooks.pm b/lib/re/engine/Hooks.pm
index 3dc57b1..2f07ac7 100644
--- a/lib/re/engine/Hooks.pm
+++ b/lib/re/engine/Hooks.pm
@@ -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