1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
package SQL::Translator::Shell;
# ----------------------------------------------------------------------
# $Id: Shell.pm,v 1.1 2003-10-03 21:13:37 dlc Exp $
# ----------------------------------------------------------------------
# SQL::Translator::Shell - interactive interface to a parsed schema
# Copyright (C) 2003 darren chamberlain <darren@cpan.org>
# ----------------------------------------------------------------------
use strict;
use vars qw($VERSION $REVISION $DEBUG);
1;
__END__
# This is a placeholder!
|