diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-11 19:36:58 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-11 19:36:58 +0000 |
commit | 959068107bde652a5c1522a702e72d0c7d4a2d44 (patch) | |
tree | 30616f5ed871314d40a8d0ab3efa0d8762406791 /pod/perlguts.pod | |
parent | 7660c0ab63249bd2e9c9aa6740d4bc7ee0a72e3a (diff) | |
download | perl-959068107bde652a5c1522a702e72d0c7d4a2d44.tar.gz |
export newRV_noinc on win32, deprecate AvFILL in favor of av_len()
p4raw-id: //depot/perl@1439
Diffstat (limited to 'pod/perlguts.pod')
-rw-r--r-- | pod/perlguts.pod | 2 |
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 |