#!/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 App::pandoc::preprocess;

App::pandoc::preprocess->new_with_options->run

__END__

=pod

=head1 NAME

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

=head1 VERSION

version 0.3.0

=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>

=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
