From: Vincent Pit Date: Thu, 13 Sep 2012 23:07:49 +0000 (+0200) Subject: Explicitely require a C compiler X-Git-Tag: v0.20~8 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Upper.git;a=commitdiff_plain;h=cce334496f31db5bf0131bce1c93743a290bdb2a Explicitely require a C compiler --- diff --git a/lib/Scope/Upper.pm b/lib/Scope/Upper.pm index ac25417..7ed86d8 100644 --- a/lib/Scope/Upper.pm +++ b/lib/Scope/Upper.pm @@ -718,7 +718,12 @@ Despite this shortcoming, this XS version of L should still run way fa =head1 DEPENDENCIES -L (standard since perl 5.006). +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 (core since perl 5.006). =head1 SEE ALSO