Repository List
/
fuse_dbi
/
trunk
/
t
/
99pod.t @ HEAD
English
Français
Chinese (Simplified)
Chinese (Traditional)
Checkout
View File
View Revision Log
RSS Feed
Line #
Revision
Author
1
9
dpavlin
#!/usr/bin/perl
2
3
use strict;
4
use warnings;
5
6
use Test::Pod tests => 1;
7
8
44
dpavlin
pod_file_ok("DBI.pm");
9
9
dpavlin