#!/usr/bin/env perl

=pod

This just calls App::Pod->run

=cut

use strict;
use warnings;
use App::Pod;

App::Pod->run;

