Start to rework how pod is generated

This commit is contained in:
Duncan Ferguson 2014-05-21 22:33:28 +01:00
parent b54863993d
commit 8c56a7a8e1
3 changed files with 72 additions and 36 deletions

View file

@ -16,6 +16,10 @@ $app->add_option(
help => "--freddo\n\tSome help output",
);
use Data::Dump qw(dump);
warn dump $app;
die;
$app->run();
__DATA__