Package: perl-doc
Version: 5.8.8-4
Severity: normal
The perlfunc(1) mac page first says:
q A signed quad (64-bit) value.
Q An unsigned quad value.
(Quads are available only if your system supports 64-bit
integer values _and_ if Perl has been compiled to support those.
Causes a fatal error otherwise.)
meaning that a quad has 64 bits exactly. But later it says:
q, L or ll interpret integer as C type "long long", "unsigned long long".
or "quads" (typically 64-bit integers)
meaning that a quads doesn't have necessarily 64 bits (according to the
ISO C99 standard, a "long long" may have more, though I don't know any
current implementation with a "long long" size > 64 bits).
It is important to specify that clearly now, to avoid breaking scripts
in future implementations.
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (900, 'testing'), (900, 'stable'), (200, 'unstable')
Architecture: powerpc (ppc)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-20050829
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)
Versions of packages perl-doc depends on:
ii perl 5.8.8-6.1 Larry Wall's Practical Extraction
perl-doc recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]