From: Jarkko Hietaniemi Date: Sat, 2 Jan 1999 14:49:40 +0000 (+0000) Subject: perldelta the Dumpvalue.pm of change #2513. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3e8c4fa08061bc8434ee4407b82fbff46967581d;p=p5sagit%2Fp5-mst-13.2.git perldelta the Dumpvalue.pm of change #2513. p4raw-link: @2513 on //depot/cfgperl: 230a5be762e9045befd0597ec6c3153b952f1104 p4raw-id: //depot/cfgperl@2553 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index bdcb7cf..b0d0b83 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -100,6 +100,12 @@ Guard against lexicals leaking (internal stuff). =head1 Modules and Pragmata +=head2 Modules + +Dumpvalue module provides screen dumps of Perl data. + +=head2 Pragmata + Lexical warnings pragma, "use warning;", to control optional warnings. Filetest pragma, to control the behaviour of filetests (C<-r> C<-w> ...).