summaryrefslogtreecommitdiff
path: root/install/5.005/DBD-Pg-1.22-fixvercmp/t/00basic.t
blob: 1c0cb28622fc42b30f55441252ee162904c1fd7d (plain)
1
2
3
4
5
6
7
8
9
10
print "1..1\n";

use DBI;
use DBD::Pg;

if ($DBD::Pg::VERSION) {
    print "ok 1\n";
} else {
    print "not ok 1\n";
}