Description
Perl applications can calculate simple cron-like schedules using DateTime objects. This helps tools decide when a recurring job should run next without embedding all scheduling logic manually.
It is a scheduling library, not a cron daemon. The application using it is responsible for actually running jobs and handling missed, duplicated, or time-zone-sensitive executions.