X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FVariable%2FMagic.pm;h=af2762db066577e372fc7b918b593c468a377490;hb=201d2874479e003bb82662085516a07aa04391e2;hp=ea1836e181eda823b0c13046e3f57125e2737434;hpb=ed119184e2325cba49804db12687cc7b2526b87c;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/lib/Variable/Magic.pm b/lib/Variable/Magic.pm index ea1836e..af2762d 100644 --- a/lib/Variable/Magic.pm +++ b/lib/Variable/Magic.pm @@ -213,6 +213,10 @@ True for perls that don't call 'len' magic when taking the C of a magica The perl patchlevel this module was built with, or C<0> for non-debugging perls. +=head2 C + +True iff this module could have been built with thread-safety features enabled. + =head1 FUNCTIONS =cut @@ -345,7 +349,8 @@ our %EXPORT_TAGS = ( 'consts' => [ qw/SIG_MIN SIG_MAX SIG_NBR MGf_COPY MGf_DUP MGf_LOCAL VMG_UVAR/, qw/VMG_COMPAT_ARRAY_PUSH_NOLEN VMG_COMPAT_ARRAY_UNDEF_CLEAR/, qw/VMG_COMPAT_SCALAR_LENGTH_NOLEN/, - qw/VMG_PERL_PATCHLEVEL/ ] + qw/VMG_PERL_PATCHLEVEL/, + qw/VMG_THREADSAFE/ ] ); our @EXPORT_OK = map { @$_ } values %EXPORT_TAGS; $EXPORT_TAGS{'all'} = [ @EXPORT_OK ];