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

index 81ae297b55d17ed7916783acf6293d12bb8e682f..108792c5684762a5f38d725331b5b79932a9a689 100644 (file)
@@ -252,6 +252,9 @@ This pragma doesn't propagate into C<eval STRING>.
 
 L<perl> 5.10.0.
 
+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<Variable::Magic> with C<uvar> magic enabled (this should be assured by the required perl version).
 
 L<B::Keywords>.