This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add missing commas to perlfunc
authorDavid H. Gutteridge <dhgutteridge@sympatico.ca>
Thu, 11 May 2017 15:01:52 +0000 (09:01 -0600)
committerKarl Williamson <khw@cpan.org>
Thu, 11 May 2017 15:05:35 +0000 (09:05 -0600)
AUTHORS
pod/perlfunc.pod

diff --git a/AUTHORS b/AUTHORS
index 4e4756b..35e3068 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -328,6 +328,7 @@ David Gay                   <dgay@acm.org>
 David Glasser                  <me@davidglasser.net>
 David Golden                   <dagolden@cpan.org>
 David H. Adler                 <dha@panix.com>
+David H. Gutteridge             <dhgutteridge@sympatico.ca>
 David Hammen                   <hammen@gothamcity.jsc.nasa.gov>
 David J. Fiander               <davidf@mks.com>
 David Kerry                    <davidk@tor.securecomputing.com>
index 38747a6..b8dca6e 100644 (file)
@@ -199,7 +199,7 @@ L<C<flock>|/flock FILEHANDLE,OPERATION>, L<C<format>|/format>,
 L<C<getc>|/getc FILEHANDLE>, L<C<print>|/print FILEHANDLE LIST>,
 L<C<printf>|/printf FILEHANDLE FORMAT, LIST>,
 L<C<read>|/read FILEHANDLE,SCALAR,LENGTH,OFFSET>,
-L<C<readdir>|/readdir DIRHANDLE>, L<C<readline>|/readline EXPR>
+L<C<readdir>|/readdir DIRHANDLE>, L<C<readline>|/readline EXPR>,
 L<C<rewinddir>|/rewinddir DIRHANDLE>, L<C<say>|/say FILEHANDLE LIST>,
 L<C<seek>|/seek FILEHANDLE,POSITION,WHENCE>,
 L<C<seekdir>|/seekdir DIRHANDLE,POS>,
@@ -258,7 +258,7 @@ X<control flow>
 L<C<break>|/break>, L<C<caller>|/caller EXPR>,
 L<C<continue>|/continue BLOCK>, L<C<die>|/die LIST>, L<C<do>|/do BLOCK>,
 L<C<dump>|/dump LABEL>, L<C<eval>|/eval EXPR>,
-L<C<evalbytes>|/evalbytes EXPR> L<C<exit>|/exit EXPR>,
+L<C<evalbytes>|/evalbytes EXPR>, L<C<exit>|/exit EXPR>,
 L<C<__FILE__>|/__FILE__>, L<C<goto>|/goto LABEL>,
 L<C<last>|/last LABEL>, L<C<__LINE__>|/__LINE__>,
 L<C<next>|/next LABEL>, L<C<__PACKAGE__>|/__PACKAGE__>,