Remove empty sections
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Filter / Names.pm
index c5f9195..71ff6a9 100644 (file)
@@ -29,8 +29,7 @@ SQL::Translator::Filter::Names - Tweak the names of schema objects.
 
 use strict;
 use warnings;
-use vars qw/$VERSION/;
-$VERSION = '1.59';
+our $VERSION = '1.59';
 
 sub filter {
     my $schema = shift;
@@ -96,13 +95,12 @@ __END__
 
 =head1 DESCRIPTION
 
-=head1 SEE ALSO
-
-L<perl(1)>, L<SQL::Translator>
+Tweak the names of schema objects by providing functions to filter the names
+from the given into the desired forms.
 
-=head1 BUGS
+=head1 SEE ALSO
 
-=head1 TODO
+C<perl(1)>, L<SQL::Translator>
 
 =over 4
 
@@ -146,6 +144,5 @@ code it into the filter it's self.
 
 =back
 
-=head1 AUTHOR
 
 =cut