Fix multi-line comments in YAML and JSON producers
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Filter / Names.pm
index b36bd9b..71ff6a9 100644 (file)
@@ -28,8 +28,8 @@ SQL::Translator::Filter::Names - Tweak the names of schema objects.
 =cut
 
 use strict;
-use vars qw/$VERSION/;
-$VERSION = '1.59';
+use warnings;
+our $VERSION = '1.59';
 
 sub filter {
     my $schema = shift;
@@ -95,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
 
@@ -145,6 +144,5 @@ code it into the filter it's self.
 
 =back
 
-=head1 AUTHOR
 
 =cut