From: Matt S Trout Date: Mon, 21 Jun 2010 00:34:48 +0000 (+0100) Subject: doc 2d7e78 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=52d772cbbd39a419ed99998cdebafb0f1641c46d;p=p5sagit%2Fp5-mst-13.2.git doc 2d7e78 --- diff --git a/pod/perl5132delta.pod b/pod/perl5132delta.pod index f400791..e3acb75 100644 --- a/pod/perl5132delta.pod +++ b/pod/perl5132delta.pod @@ -230,9 +230,11 @@ is used heavily by the regexp engine) was substantially refactored and optimised - and its documentation much improved as a free bonus gift (8b3587, e6226b). -=head2 +=head2 Memory consumption improvements to Exporter -=head2 +The @EXPORT_FAIL AV is no longer created unless required, hence neither is +the typeglob backing it - this saves about 200 bytes per Exporter using +package that doesn't use this functionality. =head1 Installation and Configuration Improvements