NAME
App::Aphra - A simple static sitebuilder in Perl.
SYNOPSIS
use App::Aphra;
@ARGV = qw[build];
my $app = App::Aphra->new;
$app->run;
DESCRIPTION
For now, you probably want to look at the command-line program aphra which does all you want and is far better documented.
I'll improve this documentation in the future.
AUTHOR
Dave Cross <dave@perlhacks.com>
COPYRIGHT AND LICENCE
Copyright (c) 2017, Magnum Solutions Ltd. All Rights Reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.