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.