Subject: | WWW::WebKit fails to install with Glib::Object::Introspection version 0.013 |
Installation of WWW::WebKit fails in make test with:
t/01load.t .. 1/? undef is not of type Gtk3::WebKit::DOMXPathResult at
/usr/lib/perl5/site_perl/5.16.0/x86_64-linux-thread-
multi/Glib/Object/Introspection.pm line 60.
When forcing install, similiar error messages occur when running our
program:
Gtk3::WebKit::DOMDocument=HASH(0x1042d5c0) is not of type
Gtk3::WebKit::DOMElement at /usr/lib/perl5/site_perl/5.16.0/x86_64-linux-
thread-multi/Glib/Object/Introspection.pm line 60.
It would seem like this is a side effect of one of the changes noted in the
NEWS file:
* SV -> object: do some type checking
* Convert invalid or void GTypes to undef.
Glib::Object::Introspection now seems to regard valid types as invalid.