#!/usr/bin/env perl
## Copyright (C) Graham Barr
## vim: ts=8:sw=4:expandtab:shiftround

use strict;
use warnings;
use MooseX::DBIC::Scaffold::Command;
MooseX::DBIC::Scaffold::Command->new_with_options->execute;
