Skip Menu |

This queue is for tickets about the Mail-SendVarious CPAN distribution.

Report information
The Basics
Id: 118741
Status: new
Priority: 0/
Queue: Mail-SendVarious

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

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



Subject: Undeclared dependency Mo::builder?
On some of my smokers t/sendvarious.t fails, maybe due to an undeclared dependency: ... # Failed test 'received via smtp' # at t/sendvarious.t line 209. # Failed test 'to' # at t/sendvarious.t line 212. # Compared array length of $data # got : array with 0 element(s) # expect : array with 1 element(s) # Failed test 'from' # at t/sendvarious.t line 213. # got: '' # expected: '<nouser@nodomain.notreal>' DIE: Can't locate Mo/builder.pm in @INC (you may need to install the Mo::builder module) (@INC contains: /home/cpansand/.cpan/build/2016111309/Mail-SendVarious-0.4-1/blib/lib /home/cpansand/.cpan/build/2016111309/Mail-SendVarious-0.4-1/blib/arch /usr/perl5.25.6p/lib/site_perl/5.25.6/amd64-freebsd /usr/perl5.25.6p/lib/site_perl/5.25.6 /usr/perl5.25.6p/lib/5.25.6/amd64-freebsd /usr/perl5.25.6p/lib/5.25.6 .) at (eval 43) line 1, <GEN4> line 14. # Failed test 'received via smtp' # at t/sendvarious.t line 252. # Failed test 'to' # at t/sendvarious.t line 256. # Comparing $data as a Set # Missing: '<some_other_nonuser1@nodomain.notreal>', '<some_other_nonuser2@nodomain.notreal>', '<some_other_nonuser3@nodomain.notreal>' # Looks like you planned 29 tests but ran 27. # Looks like you failed 5 tests of 27 run. t/sendvarious.t .. Dubious, test returned 5 (wstat 1280, 0x500) Failed 7/29 subtests ...