#!/usr/bin/env perl

use strict;
use warnings;

use App::DBICx::Backend::Move;
App::DBICx::Backend::Move->run;
