1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

Add p5-Check-ISA, DWIM, correct checking of an object's class.

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

WWW: http://search.cpan.org/dist/Check-ISA/
This commit is contained in:
Chin-San Huang 2008-09-07 04:18:35 +00:00
parent 1a39435933
commit 6a79194565
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220054
5 changed files with 39 additions and 0 deletions

View File

@ -977,6 +977,7 @@
SUBDIR += p5-Carp-Clan
SUBDIR += p5-Carp-Datum
SUBDIR += p5-Cdk
SUBDIR += p5-Check-ISA
SUBDIR += p5-Chooser
SUBDIR += p5-Class-Accessor
SUBDIR += p5-Class-Accessor-Chained

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: devel/p5-Check-ISA
# Date created: 2008/09/06
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= Check-ISA
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/N/NU/NUFFIN
PKGNAMEPREFIX= p5-
MAINTAINER= chinsan@FreeBSD.org
COMMENT= DWIM, correct checking of an object's class
RUN_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok \
p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Check::ISA.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Check-ISA-0.04.tar.gz) = 7d118aadd4069b4287f309482776a2bd
SHA256 (Check-ISA-0.04.tar.gz) = 48e9bdad799dfcbcd8b081a1f6c165d7fe5236f63290506cad44b27b74db2312
SIZE (Check-ISA-0.04.tar.gz) = 5552

View File

@ -0,0 +1,4 @@
This module provides several functions to assist in testing whether a value
is an object, and if so asking about its class.
WWW: http://search.cpan.org/dist/Check-ISA/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Check/ISA/.packlist
%%SITE_PERL%%/Check/ISA.pm
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Check/ISA
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Check
@dirrmtry %%SITE_PERL%%/Check