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