Re: [PATCH] t/git.t: avoid passing read-only value to git_unquote

2019-01-18 Thread Konstantin Ryabitsev
On Fri, Jan 18, 2019 at 07:47:06PM +, Eric Wong wrote: > > Perl: v5.16.3 > > This is Fedora? Which version? I was working on getting a > chroot setup for testing some RPM-based distros, but some of the > mirrors/tools for doing that were out-of-date. Might try > installing in QEMU... No,

[PATCH] t/git.t: avoid passing read-only value to git_unquote

2019-01-18 Thread Eric Wong
-- Subject: [PATCH] t/git.t: avoid passing read-only value to git_unquote Older versions of Perl (tested 5.14.2 on Debian wheezy(*), reported by Konstantin on Perl 5.16.3) considered the result of concatenating two string literals to be a constant value. (*) not that other stuff works on wheezy,