projects
/
Fuse-DBI
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
make files writable
[Fuse-DBI]
/
t
/
01load.t
1
#!/usr/bin/perl
2
3
use strict;
4
use warnings;
5
6
use Test::More tests => 1;
7
use blib;
8
9
use_ok('jsFind');
10