Skip Menu |

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

Report information
The Basics
Id: 89467
Status: resolved
Priority: 0/
Queue: List-AllUtils

People
Owner: Nobody in particular
Requestors: zefram [...] fysh.org
Cc:
AdminCc:

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



Subject: import clashes
Date: Mon, 14 Oct 2013 11:00:07 +0100
To: bug-List-AllUtils [...] rt.cpan.org
From: Zefram <zefram [...] fysh.org>
List::Util now provides some of the functions that List::MoreUtils provides. This causes a clash when importing into List::AllUtils: $ perl -w -MList::AllUtils -e1 Subroutine List::AllUtils::none redefined at /opt/perl-5.18.1/lib/site_perl/5.18.1/List/AllUtils.pm line 18. Subroutine List::AllUtils::all redefined at /opt/perl-5.18.1/lib/site_perl/5.18.1/List/AllUtils.pm line 18. Subroutine List::AllUtils::notall redefined at /opt/perl-5.18.1/lib/site_perl/5.18.1/List/AllUtils.pm line 18. Subroutine List::AllUtils::any redefined at /opt/perl-5.18.1/lib/site_perl/5.18.1/List/AllUtils.pm line 18. List::AllUtils should use explicit import lists, rather than just the @EXPORT_OK lists from L:U and L:MU. -zefram
Subject: Re: [rt.cpan.org #89467] AutoReply: import clashes
Date: Mon, 14 Oct 2013 11:11:30 +0100
To: Bugs in List-AllUtils via RT <bug-List-AllUtils [...] rt.cpan.org>
From: Zefram <zefram [...] fysh.org>
Attached patch fixes. -zefram

Message body is not shown because sender requested not to inline it.