#!/usr/bin/perl

use strict;
use warnings;

our $VERSION = '0.31';

use Markdent::CLI;

Markdent::CLI->new_with_options()->run();
