summaryrefslogtreecommitdiff
path: root/bin/sqitch
blob: 6b844a4a68c4cd2e0a62574852ba3ea6f4e39f13 (plain)
1
2
3
4
5
6
#!perl -w -CAS

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