File: 000_basic.t

package info (click to toggle)
libdbd-mock-perl 1.59-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 512 kB
  • sloc: perl: 1,251; makefile: 7
file content (16 lines) | stat: -rw-r--r-- 186 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
use 5.008;

use strict;
use warnings;

use Test::More;

BEGIN {
    use_ok( 'DBD::Mock' );
}

if ( $ENV{REPORT_TEST_ENVIRONMENT} ) {
    warn "\n\nperl $] ($^O)\n\n";
}

done_testing();