in reply to CPAN failed install

0.09 is the version of the Perl distribution Gkt2::WebKit, but 1.0 is the version of the underlying non-Perl library webkit-1.0. You seem to be missing the latter.

($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,

Replies are listed 'Best First'.
Re^2: CPAN failed install
by Linicks (Scribe) on Nov 13, 2016 at 12:52 UTC

    Thanks, but how do I get it - cpan (or cpanm) fails to find module WebKit-1.0?

    Nick

      This is a system package that you will need to install. This package is distributed for your operating system, and maybe packaged for your OS by your vendor.

      Maybe you need to talk to your system administrator to get that package installed for you.

        Ummm. OK thanks. I run Slackware. So basically what you are saying is that the code I am trying to run

        http://www.perlmonks.org/?node_id=820982

        requires a third party perl module that might not even exist for my system? I have obviously done a lot of googling, but that reveals for the above issue is all to do with the debian/ubuntu 'apt-get' this and apt-get that etc. That's no good.

        Nick

      "underlying non-Perl library webkit-1.0"

      cpan/m isn't going to get these for you. The modules README file details the required packages, you'll need to install them on your system.