[perl.git] branch sprout/131645, created. v5.27.1-70-gdce93dfad3

2017-06-25 Thread Father Chrysostomos
In perl.git, the branch sprout/131645 has been created



at  dce93dfad366d34e6501b4b31bcbe5c446b7b61b (commit)

- Log -
commit dce93dfad366d34e6501b4b31bcbe5c446b7b61b
Author: Father Chrysostomos 
Date:   Sun Jun 25 06:37:19 2017 -0700

Tentative fix for #131645

M   pp_sys.c
M   t/op/sselect.t

commit ca075b23bc985bda1e2d5d5d307cdc9da2f079a9
Author: Father Chrysostomos 
Date:   Sun Jun 25 06:12:21 2017 -0700

Couple of test file comments

M   t/op/select.t
M   t/op/sselect.t
---

--
Perl5 Master Repository


[perl.git] branch smoke-me/jkeenan/cowens/131651-P-N-switches, created. v5.27.1-71-gd5a912b82a

2017-06-25 Thread James Keenan
In perl.git, the branch smoke-me/jkeenan/cowens/131651-P-N-switches has been 
created



at  d5a912b82ae72ef7c95c8aae215bd848956b3332 (commit)

- Log -
commit d5a912b82ae72ef7c95c8aae215bd848956b3332
Author: Chas. Owens 
Date:   Sat Jun 24 22:52:42 2017 -0400

adds -P & -N switches that use <<>> instead of <>

The -n and -p switches use the two argument version of open.
This can lead to a security issue if a file is named starting
with > or |.  The <<>> operator fixes the security issue, but
isn't easily available to commandline perl.  This patch adds
-N and -P flags that work like -n and -p, but use <<>> instead
of <>.
---

--
Perl5 Master Repository