On Sun, Apr 29, 2012 at 1:44 AM, GitHub <[email protected]> wrote: > Branch: refs/heads/master > Home: https://github.com/smtpd/qpsmtpd > Commit: a23d4b3da952d9e006c735fe61083a5a50ca4dc5 > > https://github.com/smtpd/qpsmtpd/commit/a23d4b3da952d9e006c735fe61083a5a50ca4dc5 > Author: Ask Bjørn Hansen <[email protected]> > Date: 2012-04-29 (Sun, 29 Apr 2012) > > > Remove -T from perl line in plugins > This makes it harder to test with PERL5LIB/perlbrew etc >
Why is it harder? (Is it just normal taint fun?) In the end, that -T doesn't do anything for runtime of plugins anyway, but we do want to encourage people to be taint clean.
