The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
for (sort glob "t/*interactive.t") {
  print "Running $_...\n";
  system($^X, '-Mblib', $_);
}
print "Done\n";