File: Shell.pm

package info (click to toggle)
sqlfairy 0.09000-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 4,132 kB
  • ctags: 1,741
  • sloc: perl: 59,498; sql: 2,165; xml: 117; 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!