On Sat, Aug 9, 2008 at 12:41 PM, Gabor Szabo <[EMAIL PROTECTED]> wrote: > On Sat, Aug 9, 2008 at 12:10 PM, Eric Wilhelm > <[EMAIL PROTECTED]> wrote: >> # from Gabor Szabo >> # on Friday 08 August 2008 02:05: >> >>>but I'd like to create a >>>wxWidgets interface for TAP. >> >> Have you looked at wxCPANPLUS? >> >> I think Sam was just using a text widget for the harness output, but >> perhaps hooking-in somewhere there is a good place to start. >> >> (And it should be nearly done because SoC is coming to and end *soon*.) > > Why is that TAP parser related to CPANPLUS? > > I know CPANPLUS must be something really cool, you just can't install > it on 5.8.8: > > cpan> install CPANPLUS > > [...] > > CPAN.pm: Going to build K/KA/KANE/CPANPLUS-0.84.tar.gz > > CPAN: CPAN::Reporter loaded ok (v1.13) > Can't locate CPANPLUS/Backend.pm in @INC (@INC contains: inc > inc/bundle lib /home/gabor/perl5lib/lib/i486-linux-gnu-thread-multi > /home/gabor/perl5lib/lib /home/gabor/perl5lib/lib/perl/5.8.8 /etc/perl > /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 > /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 > /usr/local/lib/site_perl .) at Makefile.PL line 64. > BEGIN failed--compilation aborted at Makefile.PL line 64.
After learning about the FindBin bug and taking corrective actions I managed to install CPANPLUS and also CPANPLUS::Shell::Wx 0.03 Unfortunatelly I could not really run it as it is crashing on several actions. Gabor