Skip to content

Commit

Permalink
(devel/p5-List-SomeUtils) Updated 0.56 to 0.58
Browse files Browse the repository at this point in the history
0.58     2019-10-26
[BACKWARDS INCOMPATIBILITY]
* Fixed a number of bugs in the handling of empty lists. The any_u(), all_u(),
  none_u(), notall_u(), and one_u() functions returned an empty list in list
  context instead of undef. This is in direct opposition to the documentation
  which has always said that it returned undef. Note that the
  List::SomeUtils::XS code had the _correct_ behavior, so most users probably
  have never experienced this bug.

[IMPROVEMENTS]
* Fixed some doc issues. Closes #7.

0.57     2017-12-12 (TRIAL RELEASE)
[BACKWARDS INCOMPATIBILITY]
* Fixed a number of bugs in the handling of empty lists. The any_u(), all_u(),
  none_u(), notall_u(), and one_u() functions returned an empty list in list
  context instead of undef. This is in direct opposition to the documentation
  which has always said that it returned undef. Note that the
  List::SomeUtils::XS code had the _correct_ behavior, so most users probably
  have never experienced this bug.
  • Loading branch information
mef committed Oct 28, 2019
1 parent 5174ad8 commit 42358d9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions devel/p5-List-SomeUtils/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.9 2019/08/11 13:19:43 wiz Exp $
# $NetBSD: Makefile,v 1.10 2019/10/28 12:29:00 mef Exp $

DISTNAME= List-SomeUtils-0.56
DISTNAME= List-SomeUtils-0.58
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=List/}

Expand All @@ -13,7 +12,8 @@ LICENSE= ${PERL5_LICENSE}

DEPENDS+= p5-List-SomeUtils-XS>=0.50:../../devel/p5-List-SomeUtils-XS
DEPENDS+= p5-Module-Implementation-[0-9]*:../../devel/p5-Module-Implementation
BUILD_DEPENDS+= p5-Test-LeakTrace-[0-9]*:../../devel/p5-Test-LeakTrace

TEST_DEPENDS+= p5-Test-LeakTrace-[0-9]*:../../devel/p5-Test-LeakTrace

PERL5_PACKLIST= auto/List/SomeUtils/.packlist

Expand Down
10 changes: 5 additions & 5 deletions devel/p5-List-SomeUtils/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.4 2017/08/14 18:58:08 wiz Exp $
$NetBSD: distinfo,v 1.5 2019/10/28 12:29:00 mef Exp $

SHA1 (List-SomeUtils-0.56.tar.gz) = b24ef0240c7eeded7841e6ce017f628a081e1a3c
RMD160 (List-SomeUtils-0.56.tar.gz) = fd1f8ea1d75976d4a2f23168af0e0400bf46d410
SHA512 (List-SomeUtils-0.56.tar.gz) = b74c2a97811185d21bfd68fe60606afe8e92c266e98a763d51589021c9b3ae5310275005dc80198b8f9d92118fed569b5251d5ad87643f47af75a478db388503
Size (List-SomeUtils-0.56.tar.gz) = 63880 bytes
SHA1 (List-SomeUtils-0.58.tar.gz) = 81dcc259d4d2f3c24d233e31db4ca0b4cdc0312e
RMD160 (List-SomeUtils-0.58.tar.gz) = b53b04dd9a1db257037db45e00cdffd4f519926a
SHA512 (List-SomeUtils-0.58.tar.gz) = e45f05dbd82914bf804cc1ee00c808b6f8b4f2c80f852db55b3efb13cfe1601c34926e4c7966887a75ef49fd0fb2bd43adf48d12c72687464ece4e2b5a697ff4
Size (List-SomeUtils-0.58.tar.gz) = 67003 bytes

0 comments on commit 42358d9

Please sign in to comment.