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

our $VERSION = 'v0.10.0'; # VERSION

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