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