Skip Menu |

This queue is for tickets about the DB-Skip CPAN distribution.

Report information
The Basics
Id: 83775
Status: resolved
Priority: 0/
Queue: DB-Skip

People
Owner: Nobody in particular
Requestors: CHORNY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.121090
Fixed in: (no value)



Subject: tests hang on Windows
Tests of your module hang on Windows. I can provide more verbose information if necessary. If your module cannot work on Windows at all, you can die in Makefile.PL/Build.PL. See http://wiki.cpantesters.org/wiki/CPANAuthorNotes for how to do this. -- Alexandr Ciornii, http://chorny.net
More info would be nice. This module works perfectly fine for me on windows.
On Tue Mar 05 17:14:19 2013, MITHALDU wrote: Show quoted text
> More info would be nice. This module works perfectly fine for me on > windows.
basic.t hangs without printing any output. Windows XP Russian. perl 5.14.0, Capture::Tiny 0.17 perl 5.10.1, Capture::Tiny 0.21 perl 5.16.1, Capture::Tiny 0.18 http://matrix.cpantesters.org/?dist=DB-Skip+1.121090 has no results for Windows. DB-Skip-1.121090>perl -Mblib -It/lib -d:Caller t/bin/example.pl main t/bin/example.pl 6 main t/bin/example.pl 7 1main t/bin/example.pl 8 main t/bin/example.pl 9 2main t/bin/example.pl 10 Meep t/bin/example.pl 40 Meep::debug 5main t/bin/example.pl 11 3main t/bin/example.pl 12 main t/bin/example.pl 21 main::debug main t/bin/example.pl 13 4main t/bin/example.pl 14 Does not hang. So I guess problem is in capture call. -- Alexandr Ciornii, http://chorny.net
Also hanged on Linux, perl 5.16.2. cpantesters have only one report on Linux, 5.16.2: http://matrix.cpantesters.org/?dist=DB-Skip%201.121090;os=linux;perl=5.16.2;reports=1 -- Alexandr Ciornii, http://chorny.net
I think i figured it out. -d:Caller was loading Devel::Caller when it was installed, which did something entirely different than my testing module. The version i just released to CPAN should fix this. :) Thanks for the poke!