#!/usr/bin/perl

eval 'exec /usr/bin/perl  -S $0 ${1+"$@"}'
    if 0; # not running under some shell

use strict;
use warnings;

our $VERSION = '0.26';

use Markdent::CLI;

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