Hi
There's a big bug:
Gtk3::Application->id_is_valid stringifies the object it's called on:
Aka:
$ perl ko.pl
$VAR1 = [
bless( {}, 'Gtk3::Application' )
];
$VAR1 = [
'Gtk3::Application=HASH(0x3463828)'
];
Can't locate object method "register" via package
"Gtk3::Application=HASH(0x3463828)" (perhaps you forgot to load
"Gtk3::Application=HASH(0x3463828)"?) at ko.pl line 13.
Ouch!!!!!
Some annotation issue or a perl-Glib-Object-Introspect
Attachment:
ko.pl
Description: Perl program