projects
/
dbsrgits/SQL-Translator.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Just the fairy.
[dbsrgits/SQL-Translator.git]
/
t
/
42shell.t
1
#!/usr/local/bin/perl
2
# vim: set ft=perl:
3
4
use strict;
5
use Test::More tests => 1;
6
7
use_ok('SQL::Translator::Shell');
8