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

similarity index 97%
rename from bin/auto-dia.pl
rename to bin/sqlt-diagram.pl
index 39158d3..316e34a 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: auto-dia.pl,v 1.9 2003-04-24 16:33:23 kycl4rk Exp $
+# $Id: sqlt-diagram.pl,v 1.1 2003-06-16 18:22:17 kycl4rk Exp $
 
 =head1 NAME 
 
@@ -56,7 +56,7 @@ use Getopt::Long;
 use Pod::Usage;
 use SQL::Translator;
 
-my $VERSION = (qw$Revision: 1.9 $)[-1];
+my $VERSION = (qw$Revision: 1.1 $)[-1];
 
 #
 # Get arguments.