# New Ticket Created by amrith # Please include the string: [perl #32071] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=32071 >
While running the perl test, I am getting the following error. Captured from the debugger. Thanks UH DB<104> n nExtUtils::Constant::C_constant(ExtUtils/Constant.pm:1071): 1071: $what->{$_->{type}} = 1; DB<104> n ExtUtils::Constant::C_constant(ExtUtils/Constant.pm:1072): 1072: $what->{''} = 1 if $_->{utf8}; DB<104> ExtUtils::Constant::C_constant(ExtUtils/Constant.pm:1070): 1070: foreach (@{$by_length[$i]}) { DB<104> n n n ExtUtils::Constant::C_constant(ExtUtils/Constant.pm:1074): 1074: $params = params ($what); DB<104> ExtUtils::Constant::C_constant(ExtUtils/Constant.pm:1076): 1076: $indent, [$i, $items], @{$by_length[$i]}); DB<104> ExtUtils::Constant::C_constant(ExtUtils/Constant.pm:1075): 1075: push @subs, C_constant ($package, "${subname}_$i", $default_type, $what, DB<104> n Malformed UTF-8 character at ExtUtils/Constant.pm line 1451, <IN> line 987. Malformed UTF-8 character at ExtUtils/Constant.pm line 1451, <IN> line 987. Malformed UTF-8 character at ExtUtils/Constant.pm line 1451, <IN> line 987. Malformed UTF-8 character at ExtUtils/Constant.pm line 1451, <IN> line 987. 'Â' is 2 bytes long, not 1 at ExtUtils/Constant.pm line 599 ExtUtils::Constant::switch_clause(2, 'When generated this function returned values for the list of nam...', 1, 'HASH(0x403484bc)', 'HASH(0x403586b4)', 'HASH(0x403586d8)', 'HASH(0x4035878c)', 'HASH(0x4035a064)', ...) called at ExtUtils/Constant.pm line 1036 ExtUtils::Constant::C_constant('ExtTest', 'constant_1', 'IV', 'HASH(0x4035b7d4)', undef, 'ARRAY(0x4035b6f0)', 'HASH(0x403586b4)', 'HASH(0x403586d8)', ...) called at ExtUtils/Constant.pm line 1076 ExtUtils::Constant::C_constant('ExtTest', undef, 'IV', 'HASH(0x4032fbdc)', undef, undef, 'FIVE', 'HASH(0x40329af8)', ...) called at ExtUtils/t/Constant.t line 294 main::write_and_run_extension('Simple tests', 'ARRAY(0x402cb468)', 'ARRAY(0x402cf130)', 'ExtTest', '#define FIVE 5^J#define OK6 "ok 6\n"^J#define OK7 1^J#define FARTHI...', '# What follows goes to the temporary file.^J# IV^Jmy $five = FIVE;...', 18) called at ExtUtils/t/Constant.t line 914 # ext-10956 being removed... Debugged program terminated. Use q to quit or R to restart, use O inhibit_exit to avoid stopping after program termination,