summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-07-15 22:08:25 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-07-15 22:08:37 -0700
commit3347919d89133da6b41c1c3c5d0e06b063ad4e82 (patch)
treeefa051ea82eed8513af0b8d1454155799ad38ed0
parentdee6204dcf0f77e0d833445a848ba73f473b6a0e (diff)
downloadperl-3347919d89133da6b41c1c3c5d0e06b063ad4e82.tar.gz
av.c: Add blank line before =cut
to fix the generated pod
-rw-r--r--av.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/av.c b/av.c
index 776dafd4af..9dd4a76b29 100644
--- a/av.c
+++ b/av.c
@@ -195,6 +195,7 @@ See L<perlguts/"Understanding the Magic of Tied Hashes and Arrays"> for
more information on how to use this function on tied arrays.
The rough perl equivalent is C<$myarray[$idx]>.
+
=cut
*/