The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use Text::Restructured::PrestConfig;
die "cannot run with tainting (-T) prior to version 5.8.6\n"
    unless $Text::Restructured::PrestConfig::TAINT eq 'No' || $] >= 5.008006;