-
-
06 Dec 2020 10:06:00 UTC
- Distribution: App-Aphra
- Module version: 0.0.6
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (119 / 0 / 0)
- Kwalitee
Bus factor: 1- License: perl_5
- Perl: v5.14.0
- Activity
24 month- Tools
- Download (7.59KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Clone
- Moose
- Template
- Template::Provider::Pandoc
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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.
Module Install Instructions
To install App::Aphra, copy and paste the appropriate command in to your terminal.
cpanm App::Aphra
perl -MCPAN -e shell install App::Aphra
For more information on module installation, please visit the detailed CPAN module installation guide.