Number::Compare compiles a simple comparison to an anonymous
subroutine, which you can call with a value to be tested again.
This commit is contained in:
parent
c0e2b3e062
commit
09d2041608
4 changed files with 26 additions and 0 deletions
2
p5-Number-Compare/DESCR
Normal file
2
p5-Number-Compare/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Number::Compare compiles a simple comparison to an anonymous
|
||||
subroutine, which you can call with a value to be tested again.
|
18
p5-Number-Compare/Makefile
Normal file
18
p5-Number-Compare/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2005/04/01 05:12:11 jgoamakf Exp $
|
||||
|
||||
DISTNAME= Number-Compare-0.01
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
SVR4_PKGNAME= p5nbc
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Number/}
|
||||
|
||||
MAINTAINER= hiramatu@boreas.dti.ne.jp
|
||||
HOMEPAGE= http://search.cpan.org/dist/Number-Compare/
|
||||
COMMENT= Compiles a simple comparison to an anonymous subroutine
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Number/Compare/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
p5-Number-Compare/PLIST
Normal file
1
p5-Number-Compare/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2005/04/01 05:12:11 jgoamakf Exp $
|
5
p5-Number-Compare/distinfo
Normal file
5
p5-Number-Compare/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2005/04/01 05:12:11 jgoamakf Exp $
|
||||
|
||||
SHA1 (Number-Compare-0.01.tar.gz) = d768ceab714b50fe1fa8e7d9133de736f58fb7b7
|
||||
RMD160 (Number-Compare-0.01.tar.gz) = f97c3d5185840c82894343f15cc99ab625e743d7
|
||||
Size (Number-Compare-0.01.tar.gz) = 2123 bytes
|
Loading…
Reference in a new issue