Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Pegex-Crontab CPAN distribution.

Report information
The Basics
Id: 95514
Status: new
Priority: 0/
Queue: Pegex-Crontab

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

Bug Information
Severity: (no value)
Broken in: 0.12
Fixed in: (no value)



Subject: error parsing hour field with multiple values
Hi, It seems that a field with multiple values (in this case the hours field) is not acceptable: % perl -MPegex::Crontab -e 'Pegex::Crontab->parse(q/00 00,06,12,18 * * * Foo/)' Error parsing Pegex document: msg: Parse document failed for some reason line: 1 column: 6 context: 00 00,06,12,18 * * * Foo ^ position: 5 (0 pre-lookahead) at /home/dj/tmp/lib/perl5/Pegex/Module.pm line 27. Thanks, Diab