summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid H. Gutteridge <dhgutteridge@sympatico.ca>2017-05-11 09:01:52 -0600
committerSawyer X <xsawyerx@cpan.org>2017-05-11 17:18:50 +0200
commit93df3445d2fd56674a2fa6b74e41d6bb2f41a484 (patch)
tree5f8f96e0a7451ca985e03835f3ce1dcdc32d42c1
parent54ffa6b04e7c773f76c2c0ebb69e864c6222e358 (diff)
downloadperl-93df3445d2fd56674a2fa6b74e41d6bb2f41a484.tar.gz
Add missing commas to perlfunc
-rw-r--r--AUTHORS1
-rw-r--r--pod/perlfunc.pod4
2 files changed, 3 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 4e4756b494..35e3068d76 100644
--- 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>
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 38747a67bb..b8dca6e08f 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -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__>,