# Make sure we use our new class as the producer
sub produce { return __PACKAGE__->new( translator => shift )->run; };
-sub tt_schema { local $/ = undef; return \<DATA>; }
+sub tt_schema { local $/ = undef; \<DATA>; }
sub tt_vars { ( foo => "bar" ); }