#!/usr/pkg/bin/perl -w -CAS

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