diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-06-11 23:13:54 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-06-11 23:13:54 +0000 |
commit | 43165c0500446fb6e4a036657f82b50e22c886e0 (patch) | |
tree | bdc4939f4aa7e19724f7f5de06a0d626bf476a33 /pod | |
parent | f3aa04c29a85dd63d563ae8e27316ff34501ccd5 (diff) | |
download | perl-43165c0500446fb6e4a036657f82b50e22c886e0.tar.gz |
various little tweaks; most globals are now in intrpvar.h, ninterps
is temporarily gone
p4raw-id: //depot/perl@3535
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index b330e5d4b9..3f2214a987 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -296,11 +296,6 @@ Verify operations that access pad objects (lexicals and temporaries). =over 4 -=item caller - -Allows modules to inherit pragmatic attributes from the caller's -context. C<utf8> is currently the only supported attribute. - =item Dumpvalue Added Dumpvalue module provides screen dumps of Perl data. @@ -429,6 +424,10 @@ See L<perldbmfilter> for further information. C<use utf8> to enable UTF-8 and Unicode support. +C<use caller 'encoding'> allows modules to inherit pragmatic attributes +from the caller's context. C<encoding> is currently the only supported +attribute. + Lexical warnings pragma, C<use warning;>, to control optional warnings. C<use filetest> to control the behaviour of filetests (C<-r> C<-w> ...). |