File: 00-load.t

package info (click to toggle)
libdbix-oo-perl 0.0.9-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 308 kB
  • sloc: perl: 1,271; makefile: 2
file content (10 lines) | stat: -rwxr-xr-x 170 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!perl -T

use Test::More tests => 2;

BEGIN {
	use_ok( 'DBIx::OO' );
        use_ok( 'DBIx::OO::Tree' );
}

diag( "Testing DBIx::OO $DBIx::OO::VERSION, Perl $], $^X" );