]> git.vpit.fr Git - perl/modules/Lexical-Types.git/commitdiff
Clarify our policy towards C++ compilers
authorVincent Pit <vince@profvince.com>
Fri, 31 Dec 2010 16:48:02 +0000 (17:48 +0100)
committerVincent Pit <vince@profvince.com>
Fri, 31 Dec 2010 16:49:57 +0000 (17:49 +0100)
lib/Lexical/Types.pm

index 57eb09f75017317520ecb34e9f67ba56e925a1c2..051a410143835a8f7ce9330b9b8ce1d50551c3e0 100644 (file)
@@ -264,7 +264,12 @@ This is due to a shortcoming in the way perl handles the hints hash, which is ad
 
 =head1 DEPENDENCIES
 
-L<perl> 5.8.1, L<XSLoader>.
+L<perl> 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<XSLoader> (standard since perl 5.006).
 
 =head1 SEE ALSO