projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e036224
)
Basic test for SQL::Translator::Shell
Darren Chamberlain [Fri, 3 Oct 2003 21:17:53 +0000 (21:17 +0000)]
t/42shell.t
[new file with mode: 0644]
patch
|
blob
diff --git a/t/42shell.t
b/t/42shell.t
new file mode 100644
(file)
index 0000000..
5547554
--- /dev/null
+++ b/
t/42shell.t
@@ -0,0
+1,8
@@
+#!/usr/local/bin/perl
+# vim: set ft=perl:
+
+use strict;
+use Test::More tests => 1;
+
+use_ok('SQL::Translator::Shell');
+