Skip Menu |

This queue is for tickets about the Class-Generate CPAN distribution.

Report information
The Basics
Id: 125393
Status: resolved
Priority: 0/
Queue: Class-Generate

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

Bug Information
Severity: (no value)
Broken in: 1.16
Fixed in: 1.17



Subject: Test fail if Text::Soundex is not installed
On some of my smokers the t/flags.t test fails, probably because Text::Soundex is not installed: ... Class "User1": Evaluation failed (problem in Class::Generate?) Can't locate Text/Soundex.pm in @INC (you may need to install the Text::Soundex module) (@INC contains: ./t /home/cpansand/.cpan/build/2018052312/Class-Generate-1.16-xRyYk5/blib/lib /home/cpansand/.cpan/build/2018052312/Class-Generate-1.16-xRyYk5/blib/arch /usr/perl5.22.4d/lib/site_perl/5.22.4/amd64-freebsd /usr/perl5.22.4d/lib/site_perl/5.22.4 /usr/perl5.22.4d/lib/5.22.4/amd64-freebsd /usr/perl5.22.4d/lib/5.22.4 .) at line 3. BEGIN failed--compilation aborted at (eval 23) line 3. use Text::Soundex; use Text::Tabs; use Carp; at t/flags.t line 46. t/flags.t .............. Failed 1/15 subtests ...
Subject: Re: [rt.cpan.org #125393] Test fail if Text::Soundex is not installed
Date: Thu, 24 May 2018 13:32:49 +0300
To: bug-Class-Generate [...] rt.cpan.org
From: Shlomi Fish <shlomif [...] shlomifish.org>
On Thu, 24 May 2018 01:49:22 -0400 "Slaven_Rezic via RT" <bug-Class-Generate@rt.cpan.org> wrote: Show quoted text
> Thu May 24 01:49:22 2018: Request 125393 was acted upon. > Transaction: Ticket created by SREZIC > Queue: Class-Generate > Subject: Test fail if Text::Soundex is not installed > Broken in: 1.16 > Severity: (no value) > Owner: Nobody > Requestors: SREZIC@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=125393 > > > > On some of my smokers the t/flags.t test fails, probably because > Text::Soundex is not installed: > > ... > Class "User1": Evaluation failed (problem in Class::Generate?) > Can't locate Text/Soundex.pm in @INC (you may need to install the > Text::Soundex module) (@INC > contains: ./t /home/cpansand/.cpan/build/2018052312/Class-Generate-1.16-xRyYk5/blib/lib /home/cpansand/.cpan/build/2018052312/Class-Generate-1.16-xRyYk5/blib/arch /usr/perl5.22.4d/lib/site_perl/5.22.4/amd64-freebsd /usr/perl5.22.4d/lib/site_perl/5.22.4 /usr/perl5.22.4d/lib/5.22.4/amd64-freebsd /usr/perl5.22.4d/lib/5.22.4 .) > at line 3. BEGIN failed--compilation aborted at (eval 23) line 3. > > use Text::Soundex; > use Text::Tabs; > use Carp; > at t/flags.t line 46. > > t/flags.t .............. > Failed 1/15 subtests > ...
Thanks for the report. Please check again with version 1.17.
On 2018-05-24 06:53:31, shlomif@shlomifish.org wrote: Show quoted text
> On Thu, 24 May 2018 01:49:22 -0400 > "Slaven_Rezic via RT" <bug-Class-Generate@rt.cpan.org> wrote: >
> > Thu May 24 01:49:22 2018: Request 125393 was acted upon. > > Transaction: Ticket created by SREZIC > > Queue: Class-Generate > > Subject: Test fail if Text::Soundex is not installed > > Broken in: 1.16 > > Severity: (no value) > > Owner: Nobody > > Requestors: SREZIC@cpan.org > > Status: new > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=125393 > > > > > > > On some of my smokers the t/flags.t test fails, probably because > > Text::Soundex is not installed: > > > > ... > > Class "User1": Evaluation failed (problem in Class::Generate?) > > Can't locate Text/Soundex.pm in @INC (you may need to install the > > Text::Soundex module) (@INC > > contains: ./t /home/cpansand/.cpan/build/2018052312/Class-Generate- > > 1.16-xRyYk5/blib/lib /home/cpansand/.cpan/build/2018052312/Class- > > Generate-1.16-xRyYk5/blib/arch > > /usr/perl5.22.4d/lib/site_perl/5.22.4/amd64-freebsd > > /usr/perl5.22.4d/lib/site_perl/5.22.4 > > /usr/perl5.22.4d/lib/5.22.4/amd64-freebsd /usr/perl5.22.4d/lib/5.22.4 > > .) > > at line 3. BEGIN failed--compilation aborted at (eval 23) line 3. > > > > use Text::Soundex; > > use Text::Tabs; > > use Carp; > > at t/flags.t line 46. > > > > t/flags.t .............. > > Failed 1/15 subtests > > ...
> > > Thanks for the report. Please check again with version 1.17.
No more test failures on my smokers. Resolving.