Option to disable the charging of the setup fee while a package is suspended.
[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 }