Skip Menu |

This queue is for tickets about the List-UtilsBy CPAN distribution.

Report information
The Basics
Id: 120418
Status: resolved
Priority: 0/
Queue: List-UtilsBy

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

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



Subject: Fails tests when no "." in @INC

On 5.25.10 with -Ddefault_inc_excludes_dot


Building List-UtilsBy
t/00use.t .................. ok
t/01sort_by.t .............. ok
t/02nsort_by.t ............. ok
t/05uniq_by.t .............. ok
t/04min_by.t ............... ok
t/03max_by.t ............... ok
Can't locate t/Unrandom.pm in @INC (you may need to install the t::Unrandom module) (@INC contains: /home/kent/.cpanm/work/1488182087.25118/List-UtilsBy-0.10/blib/lib /home/kent/.cpanm/work/1488182087.25118/List-UtilsBy-0.10/blib/arch /home/kent/.cpanm/work/1488182087.25118/List-UtilsBy-0.10/blib/lib /home/kent/.cpanm/work/1488182087.25118/List-UtilsBy-0.10/blib/arch /home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/lib/site_perl/5.25.10/x86_64-linux /home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/lib/site_perl/5.25.10 /home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/lib/5.25.10/x86_64-linux /home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/lib/5.25.10) at t/11weighted_shuffle_by.t line 7.
BEGIN failed--compilation aborted at t/11weighted_shuffle_by.t line 7.
t/11weighted_shuffle_by.t ..
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/06partition_by.t ......... ok
t/07count_by.t ............. ok
t/08zip_by.t ............... ok
t/12bundle_by.t ............ ok
t/09unzip_by.t ............. ok
t/10extract_by.t ........... ok

Test Summary Report
-------------------
t/11weighted_shuffle_by.t (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
Files=13, Tests=90,  0 wallclock secs ( 0.06 usr  0.04 sys +  0.91 cusr  0.19 csys =  1.20 CPU)
Result: FAIL


-- 
- CPAN kentnl@cpan.org
- Gentoo Perl Maintainer kentnl@gentoo.org ( perl@gentoo.org )
 

Patched -- Paul Evans
Subject: rt120418.patch
=== modified file 't/11weighted_shuffle_by.t' --- t/11weighted_shuffle_by.t 2015-07-16 17:56:31 +0000 +++ t/11weighted_shuffle_by.t 2017-02-27 11:05:41 +0000 @@ -4,6 +4,8 @@ use warnings; use Test::More; + +use lib "."; use t::Unrandom; use List::UtilsBy qw( weighted_shuffle_by );
On Mon Feb 27 06:07:10 2017, PEVANS wrote: Show quoted text
> Patched
Using 'cpanm' to attempt to install this distribution against Perl 5 blead today, I got errors like this: ##### Can't locate t/Unrandom.pm in @INC (you may need to install the t::Unrandom module) (@INC contains: /home/jkeenan/.cpanm/work/1490881305.4413/List-UtilsBy-0.10/blib/lib /home/jkeenan/.cpanm/work/1490881305.4413/List-UtilsBy-0.10/blib/arch /home/jkeenan/testing/blead/lib/perl5/site_perl/5.25.11/x86_64-linux /home/jkeenan/testing/blead/lib/perl5/site_perl/5.25.11 /home/jkeenan/testing/blead/lib/perl5/5.25.11/x86_64-linux /home/jkeenan/testing/blead/lib/perl5/5.25.11) at t/11weighted_shuffle_by.t line 7. BEGIN failed--compilation aborted at t/11weighted_shuffle_by.t line 7. t/11weighted_shuffle_by.t .. Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/12bundle_by.t ............ ok t/99pod.t .................. ok Test Summary Report ------------------- t/11weighted_shuffle_by.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output ##### Do you anticipate doing a new release to CPAN soon? (That would greatly facilitate CPANtesters work, particularly other distributions which may depend on this one.) Thank you very much. Jim Keenan
On 2017-02-27 03:07:10, PEVANS wrote: Show quoted text
> Patched
Please could this be released?
Released in 0.11 -- Paul Evans