The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl
# vim: set ft=perl ai tw=75:
use strict;
use Test::More tests => 2;

BEGIN { require "t/common.pl" };
runtest(base=>'Pkg', rfile=>"pat.lst",pats=>[qw(x)]);
sub Test::Gentoo::Probe::process() {
};