From: "Mark Dootson" <[EMAIL PROTECTED]>
Hi, If you are using the PPMs from www.wxperl.co.uk, you can get Wx::ActiveX from there.
Ok, I've installed Wx::ActiveX from there. I was searching for Wx::ActiveX::IE (and I also had a wrong address of WxPerl repository... maybe an older one).
But MultiTask::Manager also requires Module::Finder. I can't find it with ppm, and if I try to install it with cpan, it gives the following error:
# $got->[0] = 'E:My::Module::Lives::Here' # $expected->[0] = 'My::Module::Lives::Here' # Failed test at t\basic.t line 298. # Failed test 'The object isa Module::Finder::Info' # at t\basic.t line 301. # The object isn't defined Can't call method "module_name" on an undefined value at t\basic.t line 302. # Looks like you failed 8 tests of 55. # Looks like your test died just after 55. t\basic........ Dubious, test returned 255 (wstat 65280, 0xff00) Failed 8/55 subtests t\globs........ok Test Summary Report ------------------- t\basic.t (Wstat: 65280 Tests: 55 Failed: 8) Failed test number(s): 15, 17, 21, 27, 31, 35, 54-55 Non-zero exit status: 255 Files=3, Tests=77, 0 wallclock secs ( 0.00 usr + 0.02 sys = 0.02 CPU) Result: FAIL Failed 1/3 test programs. 8/77 subtests failed. Octavian
