The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl

system("rm -fr tmp") unless $ENV{NO_CLEANUP};
die if $?;
print "1..1\nok\n";