From: Vincent Pit Date: Mon, 24 Sep 2012 17:44:17 +0000 (+0200) Subject: Explicitely require a C compiler X-Git-Tag: v0.07~8 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScalar-Vec-Util.git;a=commitdiff_plain;h=69b8e46fc52ec268d6912114824f4c4ab095df6a Explicitely require a C compiler --- diff --git a/lib/Scalar/Vec/Util.pm b/lib/Scalar/Vec/Util.pm index 4a97a67..497a048 100644 --- a/lib/Scalar/Vec/Util.pm +++ b/lib/Scalar/Vec/Util.pm @@ -303,6 +303,11 @@ I'll add exceptions for them. =head1 DEPENDENCIES +L 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, L (core modules since perl 5), L (since perl 5.006). =head1 SEE ALSO