Skip Menu |

This queue is for tickets about the Tk-Wizard CPAN distribution.

Report information
The Basics
Id: 26835
Status: resolved
Worked: 5 min
Priority: 0/
Queue: Tk-Wizard

People
Owner: MTHURN [...] cpan.org
Requestors: MTHURN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 2.003
Fixed in: (no value)



Subject: test fails on linux
Test fails on Fedora Core 6 with perl 5.8.8: t/40_Win32.......... # Failed test 'use Tk::Wizard::Installer::Win32;' # at t/40_Win32.t line 18. # Tried to use 'Tk::Wizard::Installer::Win32'. # Error: Can't locate Win32/Shortcut.pm in @INC (@INC contains: /usr/local/src/.cpanplus/5.8.8/build/Tk-Wizard-2.003/blib/arch /usr/local/src/.cpanplus/5.8.8/build/Tk-Wizard-2.003/blib/lib /usr/local/src/.cpanplus/5.8.8/build/Tk-Wizard-2.003/inc /usr/local/src/.cpanplus/5.8.8/build/Tk-Wizard-2.003/blib /opt/ActivePerl-5.8/site/lib /opt/ActivePerl-5.8/lib .) at /usr/local/src/.cpanplus/5.8.8/build/Tk-Wizard-2.003/blib/lib/Tk/Wizard/Installer/Win32.pm line 12. # BEGIN failed--compilation aborted at t/40_Win32.t line 18. # Compilation failed in require at (eval 12) line 2. # BEGIN failed--compilation aborted at (eval 12) line 2. # Looks like you failed 1 test of 2. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 2 Failed 1/2 tests, 50.00% okay -- - - Martin 'Kingpin' Thurn
Subject: Re: [rt.cpan.org #26835] test fails on linux
Date: Mon, 30 Apr 2007 19:20:18 +0100
To: bug-Tk-Wizard [...] rt.cpan.org
From: Lee Goddard <London [...] LeeGoddard.net>
Thanks, Martin. How did that Windows test get run on Fedora?! Lee
CC: "'Martin Thurn'" <martin.thurn [...] ngc.com>
Subject: RE: [rt.cpan.org #26835] test fails on linux
Date: Mon, 30 Apr 2007 18:09:57 -0400
To: <bug-Tk-Wizard [...] rt.cpan.org>
From: "Martin Thurn" <mthurn [...] verizon.net>
Show quoted text
> Thanks, Martin. How did that Windows test get run on Fedora?!
Good question! I didn't even look at the test file until now... I'll investigate more closely tomorrow. No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.467 / Virus Database: 269.6.2/780 - Release Date: 4/29/2007 6:30 AM
Subject: Re: [rt.cpan.org #26835] test fails on linux
Date: Tue, 1 May 2007 08:40:50 +0100
To: <bug-Tk-Wizard [...] rt.cpan.org>
From: "Lee Goddard" <LGoddard [...] UK.Advertising.com>
mthurn@verizon.net via RT wrote: Queue: Tk-Wizard Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=26835 > Thanks, Martin. How did that Windows test get run on Fedora?! Good question! I didn't even look at the test file until now... I'll investigate more closely tomorrow. Let me know if you have no time, and I'll do it. Cheers Lee
CC: "Thurn, Martin" <martin.thurn [...] ngc.com>
Subject: RE: [rt.cpan.org #26835] test fails on linux
Date: Tue, 1 May 2007 08:34:08 -0400
To: <bug-Tk-Wizard [...] rt.cpan.org>
From: "Thurn, Martin" <martin.thurn [...] ngc.com>
This is one of those things that makes you go "Huh?". Two problems I found in the 2.003 distro (unless I got a "corrupted" copy ;-) 1. The line "$win32 = ($^O =~ m!win32!i)" sets $win32 to undef or empty string on linux, not 0 as desired. 2. The skip statement says "skip ... if $win32" !!! - - Martin
Not sure how/when 40_win32.t stopped working, probably operator error. Fixed now. -- - - Martin 'Kingpin' Thurn