]> git.vpit.fr Git - perl/modules/Scalar-Vec-Util.git/commitdiff
Explicitely require a C compiler
authorVincent Pit <vince@profvince.com>
Mon, 24 Sep 2012 17:44:17 +0000 (19:44 +0200)
committerVincent Pit <vince@profvince.com>
Mon, 24 Sep 2012 23:24:29 +0000 (01:24 +0200)
lib/Scalar/Vec/Util.pm

index 4a97a67c3e3d2cf34a3e2c8e1f9a80bca0d84220..497a0489a51a592e94b81f13960197fa13b89962 100644 (file)
@@ -303,6 +303,11 @@ I'll add exceptions for them.
 
 =head1 DEPENDENCIES
 
+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<Carp>, L<Exporter> (core modules since perl 5), L<XSLoader> (since perl 5.006).
 
 =head1 SEE ALSO