Skip Menu |

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

Report information
The Basics
Id: 81767
Status: resolved
Priority: 0/
Queue: List-MoreUtils

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

Bug Information
Severity: Important
Broken in: 0.33_005
Fixed in: (no value)



Subject: Value and variable use warnings break other distros
0.33_005 causes warnings about use in void context and used only once, These cause other distros to break if they expect nothing on stderr in their tests: http://www.cpantesters.org/cpan/report/5a47272a-3de6-11e2-9472-815ec8c031d5
RT-Send-CC: KRYDE [...] cpan.org
Besides GAAL/App-CSV-0.06 another induced fail seems to be KRYDE/rss2leafnode-68.tar.gz according to this report: http://www.cpantesters.org/cpan/report/ea358378-4196-11e2-b150-30b7c8c031d5
My modules also check for warnings, and are also failing as above for some CPAN testers.
On Mon Dec 31 04:51:14 2012, ikegami wrote: Show quoted text
> My modules also check for warnings, and are also failing as above for > some CPAN testers.
...though I can't replicate them myself. Then again, I don't have 0.33_005. I don't even see that version on CPAN.
RT-Send-CC: rurban [...] cpan.org, ikegami [...] cpan.org
On Mon Dec 31 04:57:39 2012, ikegami wrote: Show quoted text
> On Mon Dec 31 04:51:14 2012, ikegami wrote:
> > My modules also check for warnings, and are also failing as above for > > some CPAN testers.
> > ...though I can't replicate them myself. Then again, I don't have > 0.33_005. I don't even see that version on CPAN.
http://search.cpan.org/~rurban/List-MoreUtils/lib/List/MoreUtils.pm http://cpansearch.perl.org/src/RURBAN/List-MoreUtils-0.33_005/
RT-Send-CC: ikegami [...] cpan.org, KRYDE [...] cpan.org
On Fri Dec 07 01:57:03 2012, GAAL wrote: Show quoted text
> 0.33_005 causes warnings about use in void context and used only once, > These cause other > distros to break if they expect nothing on stderr in their tests: > > http://www.cpantesters.org/cpan/report/5a47272a-3de6-11e2-9472- > 815ec8c031d5
Oh, thanks for the report. I was working together with github.com/daoswald/List-MoreUtils to fix the remaining bugs. See his v0.33_006 please. -- Reini Urban
RT-Send-CC: ikegami [...] cpan.org, KRYDE [...] cpan.org
On Mon Dec 31 10:11:54 2012, RURBAN wrote: Show quoted text
> On Fri Dec 07 01:57:03 2012, GAAL wrote:
> > 0.33_005 causes warnings about use in void context and used only
once, Show quoted text
> > These cause other > > distros to break if they expect nothing on stderr in their tests: > > > > http://www.cpantesters.org/cpan/report/5a47272a-3de6-11e2-9472- > > 815ec8c031d5
> > Oh, thanks for the report. > > I was working together with github.com/daoswald/List-MoreUtils to fix > the remaining bugs. > > See his v0.33_006 please.
Duplicate of https://rt.cpan.org/Ticket/Display.html?id=76749 Note that his v0.33_004 (github only) fixed this bug, but broke perl 5.6 and worked only in the first calling scope. -- Reini Urban
RT-Send-CC: ikegami [...] cpan.org, KRYDE [...] cpan.org
Fixed with RURBAN/List-MoreUtils-0.33_007.tar.gz -- Reini Urban
RT-Send-CC: andk [...] cpan.org, rurban [...] cpan.org, ikegami [...] cpan.org, KRYDE [...] cpan.org
On Mon Dec 31 13:09:19 2012, RURBAN wrote: Show quoted text
> Fixed with RURBAN/List-MoreUtils-0.33_007.tar.gz
Verified fixed. Thank you!