projects
/
perl
/
modules
/
autovivification.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
7220667
)
Clarify our policy towards C++ compilers
author
Vincent Pit <vince@profvince.com>
Fri, 31 Dec 2010 15:45:43 +0000 (16:45 +0100)
committer
Vincent Pit <vince@profvince.com>
Fri, 31 Dec 2010 15:45:43 +0000 (16:45 +0100)
lib/autovivification.pm
patch
|
blob
|
history
diff --git
a/lib/autovivification.pm
b/lib/autovivification.pm
index f23871221913086c4617dd622d968b1d1f4c79c2..77cdb7bda108b13ed1213a95f1153ae14704f007 100644
(file)
--- a/
lib/autovivification.pm
+++ b/
lib/autovivification.pm
@@
-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