This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
av.c: Add blank line before =cut
authorFather Chrysostomos <sprout@cpan.org>
Sat, 16 Jul 2011 05:08:25 +0000 (22:08 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 16 Jul 2011 05:08:37 +0000 (22:08 -0700)
to fix the generated pod

av.c

diff --git a/av.c b/av.c
index 776dafd..9dd4a76 100644 (file)
--- 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
 */