pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Test-Carp
Module Name: pkgsrc
Committed By: schmonz
Date: Sat Feb 10 01:15:59 UTC 2024
Added Files:
pkgsrc/devel/p5-Test-Carp: DESCR Makefile distinfo
Log Message:
Add p5-Test-Carp: Test your code for calls to Carp functions
Call given code (with given arguments) and tests whether the given
Carp function (or their imported versions) are called (with a given
value) or not.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Test-Carp/DESCR \
pkgsrc/devel/p5-Test-Carp/Makefile pkgsrc/devel/p5-Test-Carp/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/p5-Test-Carp/DESCR
diff -u /dev/null pkgsrc/devel/p5-Test-Carp/DESCR:1.1
--- /dev/null Sat Feb 10 01:15:59 2024
+++ pkgsrc/devel/p5-Test-Carp/DESCR Sat Feb 10 01:15:59 2024
@@ -0,0 +1,3 @@
+Call given code (with given arguments) and tests whether the given
+Carp function (or their imported versions) are called (with a given
+value) or not.
Index: pkgsrc/devel/p5-Test-Carp/Makefile
diff -u /dev/null pkgsrc/devel/p5-Test-Carp/Makefile:1.1
--- /dev/null Sat Feb 10 01:15:59 2024
+++ pkgsrc/devel/p5-Test-Carp/Makefile Sat Feb 10 01:15:59 2024
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2024/02/10 01:15:59 schmonz Exp $
+
+DISTNAME= Test-Carp-0.2
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://metacpan.org/pod/Test::Carp
+COMMENT= Test your code for calls to Carp functions
+LICENSE= ${PERL5_LICENSE}
+
+PERL5_MODULE_TYPE= Module::Build
+PERL5_PACKLIST= auto/Test/Carp/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-Test-Carp/distinfo
diff -u /dev/null pkgsrc/devel/p5-Test-Carp/distinfo:1.1
--- /dev/null Sat Feb 10 01:15:59 2024
+++ pkgsrc/devel/p5-Test-Carp/distinfo Sat Feb 10 01:15:59 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/02/10 01:15:59 schmonz Exp $
+
+BLAKE2s (Test-Carp-0.2.tar.gz) = e29cf3e44f23d0c46c519355435ce519282fca00b9e830b5f19f4793306487a2
+SHA512 (Test-Carp-0.2.tar.gz) = 48fe5fbf7e0c7a623785ca1c6f100a0f71ad926c650f0b4d1682fe130812119aaae9cefac802c8baa67a3f8e8995d3d47b97611c18e6579212d4225e87b60ff3
+Size (Test-Carp-0.2.tar.gz) = 6173 bytes
Home |
Main Index |
Thread Index |
Old Index