From: Ken Youens-Clark Date: Mon, 16 Jun 2003 18:22:17 +0000 (+0000) Subject: Renamed auto-dia.pl to sqlt-diagram.pl X-Git-Tag: v0.02~23 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=233d36da3479d6f77569af3f35f699e162f3584e;p=dbsrgits%2FSQL-Translator.git Renamed auto-dia.pl to sqlt-diagram.pl --- diff --git a/bin/auto-dia.pl b/bin/sqlt-diagram.pl similarity index 97% rename from bin/auto-dia.pl rename to bin/sqlt-diagram.pl index 39158d3..316e34a 100755 --- a/bin/auto-dia.pl +++ b/bin/sqlt-diagram.pl @@ -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.