File: 00-load.t

package info (click to toggle)
libdbd-anydata-perl 0.11-0.1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 136 kB
  • ctags: 38
  • sloc: perl: 614; makefile: 6
file content (10 lines) | stat: -rw-r--r-- 171 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!perl -T

use Test::More tests => 1;

BEGIN {
    use_ok( 'DBD::AnyData' ) || print "Bail out!
";
}

diag( "Testing DBD::AnyData $DBD::AnyData::VERSION, Perl $], $^X" );