From: Vincent Pit Date: Fri, 31 Dec 2010 16:48:02 +0000 (+0100) Subject: Clarify our policy towards C++ compilers X-Git-Tag: v0.10~17 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLexical-Types.git;a=commitdiff_plain;h=57acb768d1de8e0579f81db777ca25834e39644b Clarify our policy towards C++ compilers --- diff --git a/lib/Lexical/Types.pm b/lib/Lexical/Types.pm index 57eb09f..051a410 100644 --- a/lib/Lexical/Types.pm +++ b/lib/Lexical/Types.pm @@ -264,7 +264,12 @@ This is due to a shortcoming in the way perl handles the hints hash, which is ad =head1 DEPENDENCIES -L 5.8.1, L. +L 5.8.1. + +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 (standard since perl 5.006). =head1 SEE ALSO