DateTime-Event-Cron-Quartz

 view release on metacpan or  search on metacpan

lib/DateTime/Event/Cron/Quartz.pm  view on Meta::CPAN


=item is_valid_expression($cron_expression)

Indicates whether the specified cron expression can be parsed
into a valid cron expression.


=back


=head1 BUGS AND LIMITATIONS

* This module is not compatible with unix crontab format. If you are going
to use it for unix crontab processing you should make following changes to it:
add seconds field and set one of day-of-week or day-of-month fields to
unspecified ('?' character)

* Support for specifying both a day-of-week and a day-of-month value is not
complete (you must currently use the '?' character in one of these fields).

* Be careful when setting fire times between mid-night and

lib/DateTime/Event/Cron/Quartz/TreeSet.pm  view on Meta::CPAN



=back


=head1 INCOMPATIBILITIES

TreeSet works only with numbers. strings/objects are not allowed


=head1 BUGS AND LIMITATIONS

This is not a complete implementation of TreeSet. Only basic functionality
used by DateTime::Event::Cron::Quartz provided. Can not be used separately.


=head1 AUTHOR

Vadim Loginov <vadim.loginov@gmail.com>




( run in 0.610 second using v1.01-cache-2.11-cpan-4d50c553e7e )