|
|
| XP is just a number | |
| PerlMonks |
Re: Problem installing Wx::TreeListCtrlby tobyink (Prior) |
| on Jan 27, 2013 at 17:51 UTC ( #1015585=note: print w/ replies, xml ) | Need Help?? |
|
You could try manually downloading the tarball and then running...
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
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||