]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commitdiff
Explicitely require a C compiler
authorVincent Pit <vince@profvince.com>
Thu, 13 Sep 2012 23:07:49 +0000 (01:07 +0200)
committerVincent Pit <vince@profvince.com>
Fri, 14 Sep 2012 00:06:58 +0000 (02:06 +0200)
lib/Scope/Upper.pm

index ac254177da01cc448839ab2d38c3f6a8fcb5bd20..7ed86d8e68e09fa78377b57a58edde16678de4f9 100644 (file)
@@ -718,7 +718,12 @@ Despite this shortcoming, this XS version of L</uplevel> should still run way fa
 
 =head1 DEPENDENCIES
 
-L<XSLoader> (standard since perl 5.006).
+L<perl> 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.
+
+L<XSLoader> (core since perl 5.006).
 
 =head1 SEE ALSO