diff options
Diffstat (limited to 'math/p5-Bit-ShiftReg/pkg-descr')
-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 |