Subject: | A test fail with Glib::Object::Introspection 0.042: Can't locate object method "convert_flags_to_sv" via package "Glib::Object::Introspection" |
A test fails with Glib::Object::Introspection in 0.042:
t/floating-refs.t .............. ok
GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications.
Can't locate object method "convert_flags_to_sv" via package "Glib::Object::Introspection" at /builddir/build/BUILD/Gtk3-0.032/blib/lib/Gtk3.pm line 1930.
# Looks like your test exited with 255 just after 137.
t/overrides.t ..................
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 93/230 subtests
The convert_flags_to_sv() method was added to Glib::Object::Introspection in 0.043, but Gtk3' META was not updated. It still requires 0.016 version.
I recommend updating minimal required Glib::Object::Introspection version.