Skip Menu |

This queue is for tickets about the Encode-Locale CPAN distribution.

Report information
The Basics
Id: 118368
Status: new
Priority: 0/
Queue: Encode-Locale

People
Owner: Nobody in particular
Requestors: twata_1 [...] yahoo.co.jp
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in:
  • 1.03
  • 1.04
  • 1.05
Fixed in: (no value)



Subject: env.t stops perl.exe on Windows 7
Hi, When I tried to install, I ran into trouble to crash with the Windows message "Perl interpreter has stopped working". Windows 7 SP1, Japanese Strawberry Perl 5.8.9, 5.10.1, 5.12.3, 5.14.4, 5.18.4 For example(5.18.4): C:\home\journey\Encode-Locale-1.05>prove -lv t\env.t t\env.t .. 1..13 ok 1 - env read ok 2 - env write retval old value ok 3 - env write worked ok 4 - env affected %ENV ok 5 - env write retval old value ok 6 - env write worked ok 7 - env write undef deletes from %ENV (Perl interpreter has stopped working) Dubious, test returned 253 (wstat 64768, 0xfd00) Failed 6/13 subtests Test Summary Report ------------------- t\env.t (Wstat: 64768 Tests: 7 Failed: 0) Non-zero exit status: 253 Parse errors: Bad plan. You planned 13 tests but ran 7. Files=1, Tests=7, 3 wallclock secs ( 0.03 usr + 0.13 sys = 0.16 CPU) Result: FAIL C:\home\journey\Encode-Locale-1.05> Thank you, -- twata