added kaitlyn's patch for mysql->sqlite translation
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Filter / Names.pm
index 361ae90..113d093 100644 (file)
@@ -1,8 +1,6 @@
 package SQL::Translator::Filter::Names;
 
 # -------------------------------------------------------------------
-# $Id: Names.pm 1440 2009-01-17 16:31:57Z jawnsy $
-# -------------------------------------------------------------------
 # Copyright (C) 2002-2009 SQLFairy Authors
 #
 # This program is free software; you can redistribute it and/or
@@ -49,7 +47,7 @@ SQL::Translator::Filter::Names - Tweak the names of schema objects.
 
 use strict;
 use vars qw/$VERSION/;
-$VERSION=0.1;
+$VERSION = '1.59';
 
 sub filter {
     my $schema = shift;
@@ -127,7 +125,7 @@ L<perl(1)>, L<SQL::Translator>
 
 =item Name Groups
 
-Define a bunch of usefull groups to run the name filters over. e.g. all, fkeys,
+Define a bunch of useful groups to run the name filters over. e.g. all, fkeys,
 pkeys etc.
 
 =item More Functions