doc 2d7e78
Matt S Trout [Mon, 21 Jun 2010 00:34:48 +0000 (01:34 +0100)]
pod/perl5132delta.pod

index f400791..e3acb75 100644 (file)
@@ -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