Also added parens around the Transformer import list. Previously it
was a bare qw() following the import, like this:
Module->import qw( stuff )
However, that's actually ambiguous syntax, which happens to be
deprecated in 5.14 (so it throws warnings by default), and will
be removed in 5.18.