diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-01-23 14:45:04 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-01-23 14:45:04 +0000 |
commit | 5e8691baf38f92dfd972d71faa61dbe103d7c44a (patch) | |
tree | 2fa66f9271e147ab41a7c2b3375a313dd47a85bf /math/p5-Bit-ShiftReg | |
parent | ce7609b56dbeeeb79a2e6f48c6b321f5d0cd10b7 (diff) |
Notes
Diffstat (limited to 'math/p5-Bit-ShiftReg')
-rw-r--r-- | math/p5-Bit-ShiftReg/pkg-descr | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/math/p5-Bit-ShiftReg/pkg-descr b/math/p5-Bit-ShiftReg/pkg-descr index a9c80b261d77..6df00fcd154e 100644 --- a/math/p5-Bit-ShiftReg/pkg-descr +++ b/math/p5-Bit-ShiftReg/pkg-descr @@ -1,7 +1,8 @@ -Bit::ShiftReg is a perl module that implements rotate left, rotate -right, arithmetic shift left, and logical shift right operations with -carry flag for all C integer types. The results depend on the -number of bits with that the integer types unsigned char, unsigned -short, unsigned int, and unsigned long have on your machine. The -module automatically determines the number of bits of each integer -type and adjusts its internal constants accordingly. +Bit::ShiftReg is a perl module that implements rotate left, rotate right, +arithmetic shift left, and logical shift right operations with carry flag for +all C integer types. The results depend on the number of bits with that the +integer types unsigned char, unsigned short, unsigned int, and unsigned long +have on your machine. The module automatically determines the number of bits of +each integer type and adjusts its internal constants accordingly. + +WWW: http://search.cpan.org/dist/Bit-ShiftReg |