Renamed auto-graph.pl to sqlt-graph.pl
Ken Youens-Clark [Mon, 16 Jun 2003 18:23:08 +0000 (18:23 +0000)]
bin/sqlt-graph.pl [moved from bin/auto-graph.pl with 97% similarity]

similarity index 97%
rename from bin/auto-graph.pl
rename to bin/sqlt-graph.pl
index 10b9527..60a1964 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: auto-graph.pl,v 1.3 2003-06-05 01:51:29 kycl4rk Exp $
+# $Id: sqlt-graph.pl,v 1.1 2003-06-16 18:23:08 kycl4rk Exp $
 
 =head1 NAME 
 
@@ -67,7 +67,7 @@ use GraphViz;
 use Pod::Usage;
 use SQL::Translator;
 
-my $VERSION = (qw$Revision: 1.3 $)[-1];
+my $VERSION = (qw$Revision: 1.1 $)[-1];
 
 #
 # Get arguments.