X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FTranslator.pm;h=3847b5a43c4802bbb04cccd3ea12560a3049a747;hb=935e80244d78ab455cf26b3cb5e5816be79d326f;hp=916f80b23b677187933457e08f23e0ebd96fc830;hpb=266c228a5394187b69c252a5262eec9462add3f7;p=dbsrgits%2FSQL-Translator.git diff --git a/lib/SQL/Translator.pm b/lib/SQL/Translator.pm index 916f80b..3847b5a 100644 --- a/lib/SQL/Translator.pm +++ b/lib/SQL/Translator.pm @@ -959,7 +959,7 @@ analogously to C and C =head2 filters -Set or retreive the filters to run over the schema during the +Set or retrieve the filters to run over the schema during the translation, before the producer creates its output. Filters are sub routines called, in order, with the schema object to filter as the 1st arg and a hash of options (passed as a list) for the rest of the args.