In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/db5fc40ad7d6da4fbefa4e5d97b5d964fea172d9?hp=36d3e8059292b6d56b962f0b394ef64dcbb9aa66>
- Log ----------------------------------------------------------------- commit db5fc40ad7d6da4fbefa4e5d97b5d964fea172d9 Author: David H. Gutteridge <[email protected]> Date: Thu May 11 09:01:52 2017 -0600 Add missing commas to perlfunc ----------------------------------------------------------------------- Summary of changes: AUTHORS | 1 + pod/perlfunc.pod | 4 ++-- 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 <[email protected]> David Glasser <[email protected]> David Golden <[email protected]> David H. Adler <[email protected]> +David H. Gutteridge <[email protected]> David Hammen <[email protected]> David J. Fiander <[email protected]> David Kerry <[email protected]> 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__>, -- Perl5 Master Repository
