Initial import of Number-Compare 0.01
A module for doing numeric comparisons. It can compare numbers expressed in different comparable units. from Sam Smith <S at msmith.net>
This commit is contained in:
parent
254156604d
commit
b06fc1acb2
@ -1,16 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/01/29 18:11:02 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.1.1.2 2004/04/11 11:56:55 sturm Exp $
|
||||
|
||||
COMMENT= "Compare numbers"
|
||||
|
||||
DISTNAME= Number-Compare-0.01
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Number/}
|
||||
|
||||
MAINTAINER= Sam Smith <S@msmith.net>
|
||||
|
||||
# Artistic/GPL
|
||||
# Same as Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
|
@ -1,2 +1,3 @@
|
||||
A module for doing numeric comparisons. It can compare numbers expressed
|
||||
in different comparable units.
|
||||
|
||||
|
@ -1,9 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/01/29 18:11:02 sturm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.2 2004/04/11 11:56:55 sturm Exp $
|
||||
${P5SITE}/Number/Compare.pm
|
||||
@comment ${P5ARCH}/auto/Number/Compare/.packlist
|
||||
@comment ${P5ARCH}/perllocal.pod
|
||||
man/man3p/Number::Compare.3p
|
||||
@dirrm man/man3p
|
||||
@comment @dirrm man/man3p
|
||||
@comment @dirrm ${P5ARCH}/auto/Number/Compare
|
||||
@comment @dirrm ${P5ARCH}/auto/Number
|
||||
@comment @dirrm ${P5ARCH}/auto
|
||||
|
Loading…
Reference in New Issue
Block a user