File: 00-compile.t

package info (click to toggle)
libdata-objectdriver-perl 0.25-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 784 kB
  • sloc: perl: 3,795; sql: 64; makefile: 7
file content (7 lines) | stat: -rw-r--r-- 113 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
# $Id$

use strict;
use Test::More tests => 2;

use_ok('Data::ObjectDriver');
use_ok('Data::ObjectDriver::SQL');