#!/usr/bin/perl

use strict;
use warnings;
use App::perlmv;

App::perlmv::__big_ugly_wrapper();

1;
