X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2Fautovivification.pm;h=3d5ab411f7c509773bc8d86da7e02197075ace33;hb=refs%2Ftags%2Fv0.07;hp=f23871221913086c4617dd622d968b1d1f4c79c2;hpb=b1d516d5fdca78929674bbb21213be2411641768;p=perl%2Fmodules%2Fautovivification.git diff --git a/lib/autovivification.pm b/lib/autovivification.pm index f238712..3d5ab41 100644 --- a/lib/autovivification.pm +++ b/lib/autovivification.pm @@ -11,13 +11,13 @@ autovivification - Lexically disable autovivification. =head1 VERSION -Version 0.06 +Version 0.07 =cut our $VERSION; BEGIN { - $VERSION = '0.06'; + $VERSION = '0.07'; } =head1 SYNOPSIS @@ -200,6 +200,9 @@ If warnings are turned on, Perl will complain about one-element slices. L 5.8.3. +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.006). =head1 SEE ALSO