File: 00load.t

package info (click to toggle)
libdatetime-event-ical-perl 0.13-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 220 kB
  • sloc: perl: 1,767; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 87 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/bin/perl -w

use Test::More;

plan tests => 1;
use_ok( 'DateTime::Event::ICal' );