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

index a3334428a1b9a0885b1cc02736530884746d31cc..0a96fa643ea1ce46c7a4568e4c28cb28758a567b 100644 (file)
@@ -412,6 +412,9 @@ I know a few ways of fixing this, but I've not yet decided on which.
 
 L<perl> 5.10.
 
+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>, L<B::Hooks::EndOfScope>.
 
 L<ExtUtils::Depends>.