Skip Menu |

This queue is for tickets about the Schedule-At CPAN distribution.

Report information
The Basics
Id: 72813
Status: resolved
Priority: 0/
Queue: Schedule-At

People
Owner: Nobody in particular
Requestors: cbouvi [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.13
Fixed in: (no value)



Subject: linux version of atq prints dates on 24 chars, not 16.
Hello, I noticed that your linux-specific implementation of "parseJobList" takes only the first 16 characters of the date returned by atq. On my systems (Debian or Ubuntu), the format is: $ atq 26 Tue Nov 29 15:40:00 2011 a cbouvi ^^^^^^ => this is \t So, the date is "Tue Nov 29 15:40:00 2011", which is 24 characters long. The current implementation cuts at 16, yielding "Tue Nov 29 15:40", thus dropping the year.
I just uploaded version 1.14 to CPAN to fix this bug.