diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-11 10:24:05 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-11 10:24:05 +0000 |
commit | 6001e0fad9c557dbd6318fcf3f8b7fc29ef1e661 (patch) | |
tree | 35b02d722d2881c133fb477535c3178e9c12396e /lang/perl5-devel/files/patch-perl.c | |
parent | www/node: 5.9.1 -> 5.10.1 (diff) |
Update to v5.23.9-85-g9b1bcf2.
It is also silently called 5.24.0-RC0.
So, if you have not yet, time to test your code with this one.
Changes: https://github.com/Perl/perl5/compare/v5.23.9-43-gef66793...v5.23.9-85-g9b1bcf2
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=413010
Diffstat (limited to '')
-rw-r--r-- | lang/perl5-devel/files/patch-perl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl5-devel/files/patch-perl.c b/lang/perl5-devel/files/patch-perl.c index 0bd5ac9f458f..5e2eb68d2296 100644 --- a/lang/perl5-devel/files/patch-perl.c +++ b/lang/perl5-devel/files/patch-perl.c @@ -1,6 +1,6 @@ ---- perl.c.orig 2016-03-20 17:57:16 UTC +--- perl.c.orig 2016-04-11 00:49:39 UTC +++ perl.c -@@ -1821,23 +1821,7 @@ S_Internals_V(pTHX_ CV *cv) +@@ -1825,23 +1825,7 @@ S_Internals_V(pTHX_ CV *cv) PUSHs(Perl_newSVpvn_flags(aTHX_ non_bincompat_options, sizeof(non_bincompat_options) - 1, SVs_TEMP)); |