From cdf13786e4f15e53462e1bcb8c70b627103871ed Mon Sep 17 00:00:00 2001 From: Henrik Brix Andersen Date: Wed, 25 Mar 2009 18:28:35 +0000 Subject: 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 --- devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/Makefile') diff --git a/devel/Makefile b/devel/Makefile index a64576be34b3..69005e354b5e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 -- cgit v1.2.3