Package: libuniversal-ref-perl / 0.14-9

Metadata

Package Version Patches format
libuniversal-ref-perl 0.14-9 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
UNIVERSAL ref 0.14 Fix building with Perl 5.25.1.patch | (download)

MANIFEST | 1 1 + 0 - 0 !
ppport.h | 7908 7908 + 0 - 0 !
ref.xs | 7 4 + 3 - 0 !
3 files changed, 7913 insertions(+), 3 deletions(-)

 [patch] fix building with perl 5.25.1
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Perl 5.25.1 changed enabled PERL_OP_PARENT and that changed op_sibling
semantics.

This fix implements
<https://rt.perl.org/Public/Bug/Display.html?id=128179#txn-1405910>.

CPAN RT#118008

Signed-off-by: Petr Psa <ppisar@redhat.com>