in reply to Padre released

I probably have fubbed installing Wx on ubuntu somehow; I'm getting:
$ ./Build test t/01-load......1/28 # /tmp/9pGGaKtdAO t/01-load......ok t/02-wx........# /tmp/s477TaXcQJ Can't locate object method "AppendSubMenu" via package "Wx::Menu" at / +home/ysth/dl/tmp/Padre-0.02/blib/lib/Padre/Frame.pm line 152. # Looks like your test died before it could output anything. t/02-wx........ Dubious, test returned 255 (wstat 65280, 0xff00)

Replies are listed 'Best First'.
Re^2: Padre released
by szabgab (Priest) on Jul 29, 2008 at 19:58 UTC
    That is caused by having old version of wxWidgets on your system. I found it out when the first CPAN tester reports came in.

    I am still trying to figure out how to check that in install time.

    If you can, upgrade wxWidgets (maybe by installing Alien::wxWidgets)

      $file->Append( $recent, "Recent Files", Wx::Menu->new );