#!/usr/bin/env perl -CAS

use locale;
use FindBin;
use lib "$FindBin::Bin/../lib";
use App::Sqitch;

exit App::Sqitch->go;
