> My app needs AnyEvent, and one of the platforms I need it to
> run on is MS Windows, but AnyEvent fails to test/work under Windows.
From looking at cpantesters matrix
http://matrix.cpantesters.org/?dist=AnyEvent+7.04 , I see that
AnyEvent passes tests on WIndows (see both MSWin32 and mswin32). Only
two failures are present, and they are problems in smokers (AnyEvent
itself is not found in tests).
you will see that may of the tests are either skipped because the 'feature'
does not work (or is 'broken') on win32. That means the module really
doesn't pass the
all the tests, and can't provide all the functionality. And some of
that functionality
is needed for my application to work.