pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Carp-Assert-More
Module Name: pkgsrc
Committed By: wen
Date: Mon Jul 29 12:43:37 UTC 2024
Modified Files:
pkgsrc/devel/p5-Carp-Assert-More: Makefile distinfo
Log Message:
Update to 2.4.0
Upstream changes:
2.4.0 Mon Mar 4 21:54:07 CST 2024
[ENHANCEMENTS]
New function assert_arrayref_all() calls an assertion function for every element in the array.
my $aref_of_counts = get_counts();
assert_arrayref_all( $aref, \&assert_positive_integer, 'Counts are positive' );
assert_context_scalar() now provides a default message of
"function_name must be called in scalar context".
assert_context_nonvoid() now provide a default message of
"function_name must not be called in void context".
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/p5-Carp-Assert-More/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/p5-Carp-Assert-More/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/p5-Carp-Assert-More/Makefile
diff -u pkgsrc/devel/p5-Carp-Assert-More/Makefile:1.25 pkgsrc/devel/p5-Carp-Assert-More/Makefile:1.26
--- pkgsrc/devel/p5-Carp-Assert-More/Makefile:1.25 Wed Dec 13 13:57:15 2023
+++ pkgsrc/devel/p5-Carp-Assert-More/Makefile Mon Jul 29 12:43:37 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2023/12/13 13:57:15 mef Exp $
+# $NetBSD: Makefile,v 1.26 2024/07/29 12:43:37 wen Exp $
-DISTNAME= Carp-Assert-More-2.3.0
+DISTNAME= Carp-Assert-More-2.4.0
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Carp/}
Index: pkgsrc/devel/p5-Carp-Assert-More/distinfo
diff -u pkgsrc/devel/p5-Carp-Assert-More/distinfo:1.8 pkgsrc/devel/p5-Carp-Assert-More/distinfo:1.9
--- pkgsrc/devel/p5-Carp-Assert-More/distinfo:1.8 Wed Dec 13 13:57:15 2023
+++ pkgsrc/devel/p5-Carp-Assert-More/distinfo Mon Jul 29 12:43:37 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2023/12/13 13:57:15 mef Exp $
+$NetBSD: distinfo,v 1.9 2024/07/29 12:43:37 wen Exp $
-BLAKE2s (Carp-Assert-More-2.3.0.tar.gz) = 9ea7fe924ab7bc84da6db6f29170026e242b94137c8806495458da35e9abdc1c
-SHA512 (Carp-Assert-More-2.3.0.tar.gz) = ba0da716230e17d6711698c5909a096df992aacaf64e5dd9ea12795ecb4c86e66e71d6967bd0fdbfb20f202e5fd0e582befb3145f52f89af09a681263046354d
-Size (Carp-Assert-More-2.3.0.tar.gz) = 21086 bytes
+BLAKE2s (Carp-Assert-More-2.4.0.tar.gz) = e45ffb110f0a291e602f9068a480161656c0cc406df7795d9e44eed2740c48ad
+SHA512 (Carp-Assert-More-2.4.0.tar.gz) = a23450b10eb8402d928903fafa4538130c740fc0b2f71534e252ffd6442d5b1da6e297f41cdb797df19978d5d54f0bfc4ebc89de95d8706a1c841512525bad7b
+Size (Carp-Assert-More-2.4.0.tar.gz) = 22427 bytes
Home |
Main Index |
Thread Index |
Old Index