X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FTranslator%2FFilter%2FNames.pm;h=113d09361ef5eaf192ff14c8b1513874f9d2fc45;hb=56785c0119455c87b2932a71a629113dcf5b8d70;hp=361ae90eb896c932ac6bd7f7e16c64a6f25efcb4;hpb=d4f84dd192edc7a64a0b1a9923f1bafc0bc5ef9d;p=dbsrgits%2FSQL-Translator.git diff --git a/lib/SQL/Translator/Filter/Names.pm b/lib/SQL/Translator/Filter/Names.pm index 361ae90..113d093 100644 --- a/lib/SQL/Translator/Filter/Names.pm +++ b/lib/SQL/Translator/Filter/Names.pm @@ -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, L =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