#10713 closed defect (fixed)
BUG: perl5.8 (POSIX::times)[0] is negative
Reported by: | vinc17@… | Owned by: | yeled@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | vincent-opdarw@…, MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) | |
Port: |
Description
prunille:~> perl -MPOSIX -e 'print((POSIX::times)[0],"\n")'
-116107445
whereas the POSIX man page implies that the value should be positive. I know an old Linux machine that has the same problem, so it could be that the POSIX module is out-of-date in MacPorts, but I'm not sure.
Change History (6)
comment:1 Changed 18 years ago by pipping@…
Milestone: | → Available Ports |
---|
comment:2 Changed 18 years ago by pipping@…
Milestone: | Available Ports → Port Bugs |
---|
comment:3 Changed 17 years ago by nox@…
Priority: | Expected → Normal |
---|
comment:4 Changed 17 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Cc: | mcalhoun@… added |
---|
comment:5 Changed 17 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Sometime in the last couple of years, this problem seems to have gone away.
On my machine, /opt/local/bin/perl -MPOSIX -e 'print((POSIX::times)[0],"\n")' yields 515452010.
Can I close this ticket?