#!/usr/bin/env perl

#  PODNAME: ppp
# ABSTRACT: This is the executable to App::pandoc::preprocess

use v5.14;
use strict;
use warnings;

use FindBin;

use lib "$FindBin::Bin/../lib";

use Data::Printer;

use App::pandoc::preprocess;

BEGIN {
  # TODO: check available: dot, ditaa, rdfdot
}

App::pandoc::preprocess::main;

__END__

=pod

=head1 NAME

ppp - This is the executable to App::pandoc::preprocess

=head1 VERSION

version 0.1.0_1

=head1 SYNOPSIS

App-pandoc-preprocess E<sol> ppp lets use dotE<sol>ditaaE<sol>rdfdot in pandoc code blocks.

B<Extremely> similar to E<lt>https:E<sol>E<sol>github.comE<sol>nichtichE<sol>ditaa-markdownE<gt>

=cut

=head1 AUTHOR

DBR <dbr@cpan.org>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by DBR.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut
