From: Matt S Trout Date: Thu, 17 Jun 2010 04:20:47 +0000 (+0100) Subject: doc 51eec7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1ed4d81253afbebf0a6343a52d08ed56ffd1c4a6;p=p5sagit%2Fp5-mst-13.2.git doc 51eec7 --- diff --git a/pod/perl5132delta.pod b/pod/perl5132delta.pod index 3ad7a34..2cb7143 100644 --- a/pod/perl5132delta.pod +++ b/pod/perl5132delta.pod @@ -130,6 +130,10 @@ and otherwise tweak the way perl handles upper, lower and other case conversions on unicode data, and how to provide scoped changes to alter one's own code's behaviour without stomping on anybody else (71648f). +=head2 INSTALL explicitly states the requirement for C89 + +This was already true but it's now Officially Stated For The Record. + =head1 Performance Enhancements Only allocate entries for @_ on demand - this not only saves memory per