package SQL::Translator::Parser::xSV;
# -------------------------------------------------------------------
-# $Id: xSV.pm,v 1.11 2003-10-09 16:38:51 kycl4rk Exp $
+# $Id: xSV.pm,v 1.12 2003-10-09 21:49:19 kycl4rk Exp $
# -------------------------------------------------------------------
# Copyright (C) 2003 Ken Y. Clark <kclark@cpan.org>,
# darren chamberlain <darren@cpan.org>
=back
Field names will automatically be normalized by
-C<SQL::Translator::Utils::normalize>.
+C<SQL::Translator::Utils::normalize_name>.
=cut
use strict;
use vars qw($VERSION @EXPORT);
-$VERSION = sprintf "%d.%02d", q$Revision: 1.11 $ =~ /(\d+)\.(\d+)/;
+$VERSION = sprintf "%d.%02d", q$Revision: 1.12 $ =~ /(\d+)\.(\d+)/;
use Exporter;
use Text::ParseWords qw(quotewords);