SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,20 @@
COMMENT = assert the referential identity of a reference
DISTNAME = Test-Identity-0.01
CATEGORIES = devel
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
CONFIGURE_STYLE = modbuild
MAKE_ENV = TEST_POD=Yes
PKG_ARCH = *
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Test-Identity-0.01.tar.gz) = LwIFAJrtFSZoGCqvoWNXqx9HtMvAAeiYcbZzh++OXyM=
SIZE (Test-Identity-0.01.tar.gz) = 10889

View file

@ -0,0 +1,6 @@
This module provides a single testing function, "identical". It asserts
that a given reference is as expected; that is, it either refers to the
same object or is "undef". It is similar to "Test::More::is" except that
it uses "refaddr", ensuring that it behaves correctly even if the
references under test are objects that overload stringification or
numification.

View file

@ -0,0 +1,3 @@
${P5SITE}/Test/
${P5SITE}/Test/Identity.pm
@man man/man3p/Test::Identity.3p