Re: POE 1.299 failed test 'transpose' wheel_readline.pm on solaris 10
[email protected] (Hinrik Örn Sigurðsson) Wed, 20 Apr 2011 19:48:51 +0000
| Newsgroups | perl.poe |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Apr 20, 2011 at 4:03 PM, [email protected] <[email protected]> wrote: > The latest POE requires POE::Test::Loops 1.050 so you did the right > thing there by installing it. Are you sure you updated all required > modules to their latest version because POE 1.310 requires IO 1.24 and > you said you had IO 1.2301? If he really is running POE 1.299 as his subject line claims, then the problem is that POE-Test-Loops 1.050 assumes you have POE 1.310 (but it can't depend on it without it being a circular dependency). What he needs to do is downgrade POE-Test-Loops to 1.040 or (even better) install POE 1.310 instead. Due to this mailing list post, we've been having discussions on IRC about how to avoid these versioning problems, so they will hopefully be prevented sometime in the future.