Import p5-Check-ISA 0.09

from Matthias Pitzl; OK sthen@

Comment:
correct check for object classes in Perl

Description:
This module provides several functions to assist in testing whether
a value is an object, and if so asking about its class.
This commit is contained in:
bluhm 2017-07-20 19:14:06 +00:00
parent c3a65e9729
commit 538b10da34
4 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2017/07/20 19:14:06 bluhm Exp $
COMMENT = correct check for object classes in Perl
DISTNAME = Check-ISA-0.09
CATEGORIES = devel
CPAN_AUTHOR = MANWAR
MAINTAINER = Matthias Pitzl <pitzl@genua.de>
# Perl
PERMIT_PACKAGE_CDROM = Yes
RUN_DEPENDS = devel/p5-Sub-Exporter
TEST_DEPENDS = devel/p5-Moose
MODULES = cpan
PKG_ARCH = *
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Check-ISA-0.09.tar.gz) = vEhl0pUllApc9XHLfzjoQwMW5H1MEAhfIn0g+/QdkEw=
SIZE (Check-ISA-0.09.tar.gz) = 13828

View File

@ -0,0 +1,2 @@
This module provides several functions to assist in testing whether
a value is an object, and if so asking about its class.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/07/20 19:14:06 bluhm Exp $
${P5SITE}/Check/
${P5SITE}/Check/ISA.pm
@man man/man3p/Check::ISA.3p