From e1d28e0d920668f4f5c6a75e420cf44d97f40b6b Mon Sep 17 00:00:00 2001 From: Paul Cochrane Date: Thu, 25 Jun 2015 13:16:33 +0200 Subject: [PATCH] Add a DESCRIPTION to SQL::Translator::Filter::Names Do this correctly this time. I seem to have mixed up the location while merging other patches. --- lib/SQL/Translator/Filter/Names.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/SQL/Translator/Filter/Names.pm b/lib/SQL/Translator/Filter/Names.pm index 4dc9c24de..a0dd23438 100644 --- a/lib/SQL/Translator/Filter/Names.pm +++ b/lib/SQL/Translator/Filter/Names.pm @@ -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, L