Add a DESCRIPTION to SQL::Translator::Filter::Names
Paul Cochrane [Thu, 25 Jun 2015 11:16:33 +0000 (13:16 +0200)]
Do this correctly this time.  I seem to have mixed up the location while
merging other patches.

lib/SQL/Translator/Filter/Names.pm

index 4dc9c24..a0dd234 100644 (file)
@@ -95,6 +95,9 @@ __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>