#!perl -w -CAS

our $VERSION = 'v1.4.1'; # VERSION
use locale;
use App::Sqitch;
exit App::Sqitch->go;
