X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2Fsubs%2Fauto.pm;h=108792c5684762a5f38d725331b5b79932a9a689;hb=f95521895fd4a79f0a7353706eab4a7d4335889e;hp=d92f17a7691c8ebaed9fa4dbb0582b686f1dfe40;hpb=46cd890ea5937a0a5a6f3270391c80720671c3ac;p=perl%2Fmodules%2Fsubs-auto.git diff --git a/lib/subs/auto.pm b/lib/subs/auto.pm index d92f17a..108792c 100644 --- a/lib/subs/auto.pm +++ b/lib/subs/auto.pm @@ -87,7 +87,7 @@ my %core; delete @core{qw}; BEGIN { - *_REFCNT_PLACEHOLDERS = eval 'sub () { ' . ("$]" < 5.011002 ? 0 : 1) . '}' + *_REFCNT_PLACEHOLDERS = eval 'sub () { ' . ("$]" < 5.011_002 ? 0 : 1) . '}' } my $tag = wizard data => sub { \(my $data = _REFCNT_PLACEHOLDERS ? 2 : 1) }; @@ -252,11 +252,14 @@ This pragma doesn't propagate into C. L 5.10.0. +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 with C magic enabled (this should be assured by the required perl version). L. -L (standard since perl 5), L (since 5.006). +L (standard since perl 5), L (since 5.6.0). =head1 AUTHOR