X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FSub%2FNary.pm;h=ec8ca4d02c9a26389c71e8706e441850b11b6237;hb=37cafd97ccbd41d9cde225a53f6a058ac23ce7d5;hp=f7962859f778df31997349a718623213d5a06339;hpb=d54adefcf868ef04be54635a0ea4ab82167104ba;p=perl%2Fmodules%2FSub-Nary.git diff --git a/lib/Sub/Nary.pm b/lib/Sub/Nary.pm index f796285..ec8ca4d 100644 --- a/lib/Sub/Nary.pm +++ b/lib/Sub/Nary.pm @@ -1,6 +1,6 @@ package Sub::Nary; -use 5.008001; +use 5.008_001; use strict; use warnings; @@ -612,7 +612,10 @@ C isn't specialized when encountered in the optree. L 5.8.1. -L (standard since perl 5), L (since perl 5.005) and L (since perl 5.006). +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 (standard since perl 5), L (since perl 5.005) and L (since perl 5.6.0). =head1 AUTHOR