#!/usr/bin/perl

use strict;
use warnings;

use Emplacken;

Emplacken->new_with_options()->run();
