#!/usr/bin/perl
use warnings;
use v5.20;
use YAML::Tidy::Run;

our $VERSION = 'v0.8.1'; # TRIAL VERSION

YAML::Tidy::Run->new->run;
