File: 00-load.t

package info (click to toggle)
libsql-splitstatement-perl 1.00020-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 456 kB
  • sloc: perl: 3,231; sql: 1,478; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 206 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env perl

use Test::More tests => 1;

BEGIN {
    use_ok( 'SQL::SplitStatement' ) || print "Bail out!
";
}

diag(
    "Testing SQL::SplitStatement $SQL::SplitStatement::VERSION, Perl $], $^X"
);