diff options
author | Richard Soderberg <p5-authors@crystalflame.net> | 2001-05-28 03:08:58 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-28 17:52:25 +0000 |
commit | f1a1024eca3d162fcb007fb387afaa980264bd2f (patch) | |
tree | 2d261a58f78bbf836978e7db3380a324f44de45f /pod | |
parent | e7525a1746b960b70659004cda7d2e0da2348766 (diff) | |
download | perl-f1a1024eca3d162fcb007fb387afaa980264bd2f.tar.gz |
Pod nitpicks
Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
p4raw-id: //depot/perl@10263
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perl571delta.pod | 2 | ||||
-rw-r--r-- | pod/perlapi.pod | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pod/perl571delta.pod b/pod/perl571delta.pod index 9a069beebb..df132ccf77 100644 --- a/pod/perl571delta.pod +++ b/pod/perl571delta.pod @@ -62,7 +62,7 @@ natively, ASCII or EBCDIC, unless GLOB_ALPHASORT is specified.) =head1 Core Enhancements -=head1 AUTOLOAD Is Now Lvaluable +=head2 AUTOLOAD Is Now Lvaluable AUTOLOAD is now lvaluable, meaning that you can add the :lvalue attribute to AUTOLOAD subroutines and you can assign to the AUTOLOAD return value. diff --git a/pod/perlapi.pod b/pod/perlapi.pod index df6fbf4feb..b8dfd82dc0 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -2208,7 +2208,7 @@ Found in file sv.h Tells an SV that it is a string and disables all other OK bits, and leaves the UTF8 status as it was. - + void SvPOK_only_UTF8(SV* sv) =for hackers |