#!/usr/bin/perl -w

use strict;
use warnings;

use DBIx::Migration::CLI ();

DBIx::Migration::CLI::run( @ARGV );
