freebsd-ports/devel/p5-Data-Integer/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

6 lines
338 B
Text

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.