File: 00-load.t

package info (click to toggle)
libanyevent-dbd-pg-perl 0.03-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 212 kB
  • ctags: 149
  • sloc: perl: 2,186; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env perl

use common::sense;
use lib::abs '../lib';
use Test::More tests => 1;

BEGIN {
	use_ok( 'AnyEvent::DBD::Pg' );
}

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

exit 0;
require Test::NoWarnings;