#!/usr/bin/env perl
use strict;
use warnings;
use App::DualLivedDiff;
App::DualLivedDiff->run();

