Subject: | Failed test 'nonexistent trait' with Bizarre copy of HASH |
I am trying to install MooseX::Role::TraitConstructor on Windows XP,
ActiveState Perl 5.8.8
Bizarre copy of HASH in sassign at C:/Perl/lib/Carp/Heavy.pm line 104.
C:\temp\MooseX-Role-TraitConstructor-0.01>nmake test
Microsoft (R) Program Maintenance Utility Version 7.00.9466
Copyright (C) Microsoft Corporation. All rights reserved.
C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/basic.t .. 1/?
# Failed test 'nonexistent trait'
# at t/basic.t line 68.
# expecting: Regexp ((?i-xsm:load.*Does::Not::Exist))
# found: Bizarre copy of HASH in sassign at C:/Perl/lib/Carp/Heavy.pm
line 104.
# Failed test 'not a trait'
# at t/basic.t line 70.
# expecting: Regexp ((?i-xsm:not a moose role))
# found: Bizarre copy of HASH in sassign at C:/Perl/lib/Carp/Heavy.pm
line 104.
# Looks like you failed 2 tests of 14.