Revision 44 (by dpavlin, 2004/11/23 11:16:41) fix POD test
#!/usr/bin/perl

use strict;
use warnings;

use Test::Pod tests => 1;

pod_file_ok("DBI.pm");