Skip Menu |

This queue is for tickets about the Qt4 CPAN distribution.

Report information
The Basics
Id: 100519
Status: new
Priority: 0/
Queue: Qt4

People
Owner: Nobody in particular
Requestors: oleg [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: QtGui4.pm loading failed since perl 5.20
Since perl 5.20 this constructon fails: use Devel::Peek qw( SvREFCNT_inc ); With this error: "SvREFCNT_inc" is not exported by the Devel::Peek module https://metacpan.org/source/CBUREL/Qt4-0.99.0/qtgui/lib/QtGui4.pm#L25 Since SvREFCNT_inc is not used inside QtGui4::_internal package it may be simply replaced by "use Devel::Peek;". After this all works fine.