diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-07-15 22:08:25 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-07-15 22:08:37 -0700 |
commit | 3347919d89133da6b41c1c3c5d0e06b063ad4e82 (patch) | |
tree | efa051ea82eed8513af0b8d1454155799ad38ed0 /av.c | |
parent | dee6204dcf0f77e0d833445a848ba73f473b6a0e (diff) | |
download | perl-3347919d89133da6b41c1c3c5d0e06b063ad4e82.tar.gz |
av.c: Add blank line before =cut
to fix the generated pod
Diffstat (limited to 'av.c')
-rw-r--r-- | av.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |