In perl.git, the branch maint-votes has been updated <http://perl5.git.perl.org/perl.git/commitdiff/6361793f17d92c3876438e0db1b07467d80e9935?hp=a7a1510610ffa842433d085cb53eb4a2517e9b30>
- Log ----------------------------------------------------------------- commit 6361793f17d92c3876438e0db1b07467d80e9935 Author: Father Chrysostomos <[email protected]> Date: Sat Jul 2 12:35:19 2016 -0700 Propose b3dd0ab, which fixes #128508, a regression ----------------------------------------------------------------------- Summary of changes: votes-5.20.xml | 2 ++ votes-5.22.xml | 2 ++ votes-5.24.xml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/votes-5.20.xml b/votes-5.20.xml index 5a296f6..1367bd9 100644 --- a/votes-5.20.xml +++ b/votes-5.20.xml @@ -37,6 +37,8 @@ The same criteria apply to code in dual-life modules as to core code.) <commit votes="sprout" id="08f800f8519574aea9e744ff83230fb93772652b" ticket="128182" desc="Fix crash with require $nonstring"/> +<commit votes="sprout" id="b3dd0aba3d2bf0b22280303ef6f068e976e31888" ticket="128508" desc="[perl #128508] Fix line numbers with perl -x" /> + </div> <div><h3>Build and Installation Fixes</h3> diff --git a/votes-5.22.xml b/votes-5.22.xml index 3b5bdb1..3f06f66 100644 --- a/votes-5.22.xml +++ b/votes-5.22.xml @@ -42,6 +42,8 @@ Perhaps just the removal of SETERRNO() from this. <commit votes="tonyc" id="3f6b66c14467c0f8c7459e32c576618155ca89f3" ticket="128316" desc="(perl #128316) preserve errno from failed system calls" /> +<commit votes="sprout" id="b3dd0aba3d2bf0b22280303ef6f068e976e31888" ticket="128508" desc="[perl #128508] Fix line numbers with perl -x" /> + </div> <div><h3>New Feature Fixes</h3> diff --git a/votes-5.24.xml b/votes-5.24.xml index 1181b03..1bb5884 100644 --- a/votes-5.24.xml +++ b/votes-5.24.xml @@ -19,6 +19,8 @@ This one does not fix a crash, but merely fixed bad debugging output that confus <commit votes="sprout" id="76734a3218e712760695898e424c2369ccdd49c6" ticket="128204" desc="[perl #128204] Fix crash with @a &.= etc." /> <commit votes="sprout" id="4cb26c52ed90189e6e3564a4654b869fe4c4d3e6" ticket="128219" desc="PATCH: [perl #128219] typo in perlrecharclass" /> +<commit votes="sprout" id="b3dd0aba3d2bf0b22280303ef6f068e976e31888" ticket="128508" desc="[perl #128508] Fix line numbers with perl -x" /> + </div> <div><h2>Other Proposed Cherry-Picks</h2> -- Perl5 Master Repository
