pkgsrc/devel/p5-List-SomeUtils/Makefile
mef 95d4d7f9fe (devel/p5-List-SomeUtils) Updated 0.56 to 0.58
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.
2019-10-28 12:29:00 +00:00

21 lines
686 B
Makefile

# $NetBSD: Makefile,v 1.10 2019/10/28 12:29:00 mef Exp $
DISTNAME= List-SomeUtils-0.58
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=List/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/List-SomeUtils
COMMENT= Provide the stuff missing in List::Util
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
TEST_DEPENDS+= p5-Test-LeakTrace-[0-9]*:../../devel/p5-Test-LeakTrace
PERL5_PACKLIST= auto/List/SomeUtils/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"