diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2020-03-30 19:28:13 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2020-03-30 19:28:13 +0000 |
commit | b7620a40cd0bf142d46a5c2a9684fd870b05acb1 (patch) | |
tree | 4482fd81a544c560d1bb68160a0d496676da5378 /lang/perl5-devel/files/patch-perl.c | |
parent | [NEW] devel/py-dotted: Access dicts and lists with a dotted path notation (diff) |
Update to v5.31.10-24-g95b7e3a36a.
Notes
Notes:
svn path=/head/; revision=529911
Diffstat (limited to 'lang/perl5-devel/files/patch-perl.c')
-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 dc8301f48210..4ea43e6d29ba 100644 --- a/lang/perl5-devel/files/patch-perl.c +++ b/lang/perl5-devel/files/patch-perl.c @@ -1,8 +1,8 @@ Remove compile time information (reproducible builds) ---- perl.c.orig 2020-02-11 03:53:00 UTC +--- perl.c.orig 2020-03-30 01:48:38 UTC +++ perl.c -@@ -2057,23 +2057,7 @@ S_Internals_V(pTHX_ CV *cv) +@@ -2056,23 +2056,7 @@ S_Internals_V(pTHX_ CV *cv) PUSHs(Perl_newSVpvn_flags(aTHX_ non_bincompat_options, sizeof(non_bincompat_options) - 1, SVs_TEMP)); |