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]

diff --git a/t/42shell.t b/t/42shell.t
new file mode 100644 (file)
index 0000000..5547554
--- /dev/null
@@ -0,0 +1,8 @@
+#!/usr/local/bin/perl
+# vim: set ft=perl:
+
+use strict;
+use Test::More tests => 1;
+
+use_ok('SQL::Translator::Shell');
+