in reply to Problem installing Wx::TreeListCtrl (solved!)

You could try manually downloading the tarball and then running...

tar zxfv Wx-TreeListCtrl-0.13.tar.gz cd Wx-TreeListCtrl perl Makefile.PL make make test sudo make install

FWIW, I just installed Wx-TreeListCtrl-0.13 on my Ubuntu 12.10 box (running Perl 5.16.2 via perlbrew) and it had no problems.

package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name

Replies are listed 'Best First'.
Re^2: Problem installing Wx::TreeListCtrl
by isync (Hermit) on Jan 27, 2013 at 18:48 UTC
    Did that. Makefile configure failed with same error. make then had no make-file.

    And I know this *should* work. I've got another machine, same Ubuntu, and it has the module happily installed... Seems to be related to the mix of cpan and apt-get installed modules...