File: 00-compile.t

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

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

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