File: basic.t

package info (click to toggle)
libdatetime-event-cron-perl 0.09-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 128 kB
  • sloc: perl: 1,248; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 94 bytes parent folder | download | duplicates (3)
1
2
3
4
5
use Test;
BEGIN { plan tests => 1 }
END { ok($loaded) }
use DateTime::Event::Cron;
$loaded++;