call umount on DESTROY, support for optional 'invalidate' code ref which
[Fuse-DBI] / t / 99pod.t
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use Test::Pod tests => 1;
7
8 use jsFind;
9
10 pod_file_ok($INC{"jsFind.pm"});
11