This module is about the native integer numerical data type. A native

integer is one of the types of datum that can appear in the numeric
part of a Perl scalar.  This module supplies constants describing the
native integer type.

There are actually two native integer representations: signed and
unsigned.  Both are handled by this module.

WWW: http://search.cpan.org/dist/Data-Integer
This commit is contained in:
Henrik Brix Andersen 2009-03-25 18:28:35 +00:00
parent ade9d6cd22
commit cdf13786e4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231005
5 changed files with 36 additions and 0 deletions

View file

@ -1157,6 +1157,7 @@
SUBDIR += p5-Data-HexDump
SUBDIR += p5-Data-Hexdumper
SUBDIR += p5-Data-Hierarchy
SUBDIR += p5-Data-Integer
SUBDIR += p5-Data-Lazy
SUBDIR += p5-Data-Localize
SUBDIR += p5-Data-ObjectDriver

View file

@ -0,0 +1,21 @@
# New ports collection makefile for: Data-Integer
# Date created: 25 Mar 2009
# Whom: brix@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= Data-Integer
PORTVERSION= 0.003
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= brix@FreeBSD.org
COMMENT= Perl module for details of the native integer data type
PERL_MODBUILD= yes
MAN3= Data::Integer.3
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (Data-Integer-0.003.tar.gz) = d365c86d9fb9228180c0768732f78262
SHA256 (Data-Integer-0.003.tar.gz) = 8a15fe6a66ced1f0799fa14f01b96bcbc76b984fdcb538e2f3d0b5705585cccb
SIZE (Data-Integer-0.003.tar.gz) = 19092

View file

@ -0,0 +1,9 @@
This module is about the native integer numerical data type. A native
integer is one of the types of datum that can appear in the numeric
part of a Perl scalar. This module supplies constants describing the
native integer type.
There are actually two native integer representations: signed and
unsigned. Both are handled by this module.
WWW: http://search.cpan.org/dist/Data-Integer

View file

@ -0,0 +1,2 @@
%%SITE_PERL%%/Data/Integer.pm
@dirrmtry %%SITE_PERL%%/Data