Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > 0a1ddcedb48685193a6db6f42bede23d > files > 5

perl-Data-Integer-0.4.0-3.mga4.noarch.rpm

NAME

Data::Integer - details of the native integer data type

DESCRIPTION

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.

INSTALLATION

	perl Build.PL
	./Build
	./Build test
	./Build install

AUTHOR

Andrew Main (Zefram) <zefram@fysh.org>

COPYRIGHT

Copyright (C) 2007, 2010 Andrew Main (Zefram) <zefram@fysh.org>

LICENSE

This module is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.