#!/usr/bin/env perl -CAS
use locale;
use FindBin;
use lib "$FindBin::Bin/../lib";
exit App::Sqitch->go;