#!/usr/bin/perl -w
$|++;
use Gentoo::Probe::PkgOf;
Gentoo::Probe::PkgOf->new(@ARGV)->run();
