File: 00basic.t

package info (click to toggle)
libdatetime-format-dbi-perl 0.041-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: perl: 81; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 103 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
# $Id$
use Test::More tests => 2;
use Test::NoWarnings;

BEGIN { 
  use_ok('DateTime::Format::DBI')
};