]> git.vpit.fr Git - perl/modules/autovivification.git/blobdiff - lib/autovivification.pm
This is 0.07
[perl/modules/autovivification.git] / lib / autovivification.pm
index f23871221913086c4617dd622d968b1d1f4c79c2..3d5ab411f7c509773bc8d86da7e02197075ace33 100644 (file)
@@ -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<perl> 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<XSLoader> (standard since perl 5.006).
 
 =head1 SEE ALSO