This commit was generated by cvs2svn to compensate for changes in r4407,
[freeside.git] / install / 5.005 / DBD-Pg-1.22-fixvercmp / t / 00basic.t
1 print "1..1\n";
2
3 use DBI;
4 use DBD::Pg;
5
6 if ($DBD::Pg::VERSION) {
7     print "ok 1\n";
8 } else {
9     print "not ok 1\n";
10 }