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

chdir 't' if -d 't';
@INC = ( '.', '../lib' );

our $UTF8 = (${^OPEN} || "") =~ /:utf8/;
require "../t/lib/common.pl";