hi saper,
I can't reproduce the error.
And, current HTTP::Engine doesn't use Mouse::Util::TypeConstraints.
Please re-install Any::Moose, Mouse, MouseX::Types again =)
On 火曜日 6月 23 05:59:34 2009, SAPER wrote:
Show quoted text
> Hello,
>
>
> When trying to install HTTP::Engine, I got a bunch of failing tests. If
> I read the output well, all the tests using Mouse fail, while all the
> tests using Moose pass. Attached is the output of "make test".
>
> If I understand the problem correctly, HTTP::Engine uses
> Mouse::TypeRegistry, which is deprecated, but the way the module is now
> done seems broken. So you may first want to modify HTTP::Engine to use
> Mouse::Util::TypeConstraints, and then send this ticket to the Mouse
> queue so they fix Mouse::TypeRegistry.
>
>
> Software version:
> - Perl v5.8.7 built for x86_64-linux
> - Any::Moose v0.10
> - CGI::Simple v1.112
> - CGI::Simple::Cookie v1.112
> - Class::Method::Modifiers v1.04
> - File::Copy v2.08
> - File::Spec::Unix v3.3
> - File::Temp v0.21
> - HTTP::Body v1.05
> - HTTP::Headers::Fast v0.11
> - HTTP::Request::AsCGI v0.9
> - IO::File v1.14
> - IO::Scalar v2.110
> - IO::Socket v1.31
> - IO::Socket::INET v1.31
> - Moose v0.82
> - MooseX::Types v0.12
> - Mouse v0.25
> - MouseX::Types (unknown)
> - Scalar::Util v1.21
> - Test::More v0.88
> - Test::SharedFork v0.05
> - Test::TCP v0.05
> - URI v1.38
> - YAML v0.68
>
>
> Regards