On Mon, Dec 21, 2015 at 6:47 AM, vividsnow <vivids...@gmail.com> wrote:
> Hello
>
> Looks like wrong version number.
> I got error when trying to install Glib::Object::Introspection 0.033
> --
> Checking if you have Glib 1.31 ... No (1.308 < 1.31)
> --

Sorry, the version number is correct, 1.308 was the last 'stable'
release of Glib; 1.31x is an 'unstable' release series.

CPAN doesn't index modules marked as 'unstable' in the module's
metadata files (META.[json|yml]), and all of the releases in the Glib
1.31x series have been marked as 'unstable'.  If you want the latest
Glib 1.31 series (1.314), you need to install it by hand, or convince
whatever CPAN client you're using to install the unstable version.
`cpanm XAOC/Glib-1.314.tar.gz` has worked for me for this purpose in
the past.

I'm about to make a stable release of Glib and
Glib::Object::Introspection; you can also wait a day or so for those
stable releases to percolate across CPAN and then install them with
your favorite CPAN client.

Your choice.

Thanks,

Brian
_______________________________________________
gtk-perl-list mailing list
gtk-perl-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-perl-list

Reply via email to