File: 00load.t

package info (click to toggle)
libdatetime-set-perl 0.31-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 336 kB
  • sloc: perl: 2,972; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 95 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/perl -w

# $Header$

use Test::More;

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