summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-07-11 19:36:58 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-07-11 19:36:58 +0000
commit959068107bde652a5c1522a702e72d0c7d4a2d44 (patch)
tree30616f5ed871314d40a8d0ab3efa0d8762406791 /pod
parent7660c0ab63249bd2e9c9aa6740d4bc7ee0a72e3a (diff)
downloadperl-959068107bde652a5c1522a702e72d0c7d4a2d44.tar.gz
export newRV_noinc on win32, deprecate AvFILL in favor of av_len()
p4raw-id: //depot/perl@1439
Diffstat (limited to 'pod')
-rw-r--r--pod/perlguts.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlguts.pod b/pod/perlguts.pod
index eb298bfb31..0e3d65b5e0 100644
--- a/pod/perlguts.pod
+++ b/pod/perlguts.pod
@@ -1483,7 +1483,7 @@ information on how to use this function on tied arrays.
=item AvFILL
-Same as C<av_len>.
+Same as C<av_len()>. Deprecated, use C<av_len()> instead.
=item av_len