File: Shell.pm

package info (click to toggle)
sqlfairy 0.07-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,672 kB
  • ctags: 1,470
  • sloc: perl: 55,380; sql: 2,106; xml: 68; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 524 bytes parent folder | download
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!