Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 106751
Status: resolved
Priority: 0/
Queue: Tk-FormUI

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

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



Subject: t/release-kwalitee.t not properly skipped
t/release-kwalitee.t dies if Test::Kwalitee is not installed --- probably it should rather skip the whole test instead: t/release-kwalitee.t ......... Can't locate Test/Kwalitee.pm in @INC (you may need to install the Test::Kwalitee module) (@INC contains: /usr/local/src/CPAN/build/2015082912/Tk-FormUI-1.03-VYdOB1/blib/lib /usr/local/src/CPAN/build/2015082912/Tk-FormUI-1.03-VYdOB1/blib/arch /usr/perl5.22.0p/lib/site_perl/5.22.0/amd64-freebsd /usr/perl5.22.0p/lib/site_perl/5.22.0 /usr/perl5.22.0p/lib/5.22.0/amd64-freebsd /usr/perl5.22.0p/lib/5.22.0 .) at t/release-kwalitee.t line 15. BEGIN failed--compilation aborted at t/release-kwalitee.t line 15. t/release-kwalitee.t ......... Dubious, test returned 2 (wstat 512, 0x200) No subtests run
On Sat Aug 29 09:08:04 2015, SREZIC wrote: Show quoted text
> t/release-kwalitee.t dies if Test::Kwalitee is not installed --- > probably it should rather skip the whole test instead: > > t/release-kwalitee.t ......... Can't locate Test/Kwalitee.pm in @INC > (you may need to install the Test::Kwalitee module) (@INC contains: > /usr/local/src/CPAN/build/2015082912/Tk-FormUI-1.03-VYdOB1/blib/lib > /usr/local/src/CPAN/build/2015082912/Tk-FormUI-1.03-VYdOB1/blib/arch > /usr/perl5.22.0p/lib/site_perl/5.22.0/amd64-freebsd > /usr/perl5.22.0p/lib/site_perl/5.22.0 > /usr/perl5.22.0p/lib/5.22.0/amd64-freebsd /usr/perl5.22.0p/lib/5.22.0 > .) at t/release-kwalitee.t line 15. > BEGIN failed--compilation aborted at t/release-kwalitee.t line 15. > t/release-kwalitee.t ......... Dubious, test returned 2 (wstat 512, > 0x200) > No subtests run
Corrected this in 1.04. Had to try the install on an environment without Test::Kwalitee
PS re this comment: ## Originally was allowing Dist::Zilla automatically generate this but ## found it would not work on my Windows 7 64-bit system, but worked ## fine in linux. (As the maintainer of Test::Kwalitee and Dist::Zilla::Plugin::Test::Kwalitee) I'd appreciate more information about this problem. What were the errors you were getting in windows?
On Mon Aug 31 17:12:44 2015, ETHER wrote: Show quoted text
> PS re this comment: > > ## Originally was allowing Dist::Zilla automatically generate this > but > ## found it would not work on my Windows 7 64-bit system, but > worked > ## fine in linux. > > (As the maintainer of Test::Kwalitee and > Dist::Zilla::Plugin::Test::Kwalitee) I'd appreciate more information > about this problem. What were the errors you were getting in windows?
I am not seeing any problems on my Windows 7 install at home, but on my Windows 7 install at work, I was seeing a large number of errors as if the Test::Kwalitee module could not detect many of the files that Dist::Zilla generates automatically (MANIFEST META.yml, etc.) It now looks like there's something wrong with my install at work. I am on vaccation this week, and won't be back at work until Tuesday, Sept. 8th.