From: Vincent Pit Date: Sat, 24 Aug 2013 18:50:36 +0000 (-0300) Subject: Explicitely state that C++ compilers aren't supported X-Git-Tag: v0.14~4 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLinux-SysInfo.git;a=commitdiff_plain;h=ecf24bbfa76391c0731a62319bb54dcb2c4c7e1b Explicitely state that C++ compilers aren't supported --- diff --git a/lib/Linux/SysInfo.pm b/lib/Linux/SysInfo.pm index 1e3aea2..1d5a48a 100644 --- a/lib/Linux/SysInfo.pm +++ b/lib/Linux/SysInfo.pm @@ -163,6 +163,9 @@ Moreover, since the perl hash function has changed after the 5.6 version, you wi L 5.6. +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. + =head1 SEE ALSO The C man page.