Bumping version to 1.62
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Filter / Names.pm
index 4dc9c24..666335a 100644 (file)
@@ -29,7 +29,7 @@ SQL::Translator::Filter::Names - Tweak the names of schema objects.
 
 use strict;
 use warnings;
-our $VERSION = '1.59';
+our $VERSION = '1.62';
 
 sub filter {
     my $schema = shift;
@@ -95,14 +95,13 @@ __END__
 
 =head1 DESCRIPTION
 
+Tweak the names of schema objects by providing functions to filter the names
+from the given into the desired forms.
+
 =head1 SEE ALSO
 
 C<perl(1)>, L<SQL::Translator>
 
-=head1 BUGS
-
-=head1 TODO
-
 =over 4
 
 =item Name Groups
@@ -145,6 +144,5 @@ code it into the filter it's self.
 
 =back
 
-=head1 AUTHOR
 
 =cut