Added list of constants exported to the docs.
[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