App-Mowyw
view release on metacpan or search on metacpan
use warnings;
use Module::Build;
require 5.008001;
my $build = Module::Build->new(
create_readme => 0,
create_makefile_pl => 'traditional',
license => 'artistic_2',
module_name => 'App::Mowyw',
dist_author => 'Moritz Lenz',
dist_abstract => 'Macro processor for creating static HTML pages',
dist_version_from => 'lib/App/Mowyw.pm',
requires => {
'perl' => '5.8.1',
'Carp' => 0,
'Data::Dumper' => 0,
'Scalar::Util' => 0,
'File::Temp' => 0,
'File::Compare' => 0,
'Storable' => 0,
'Exporter' => 0,
{
"abstract" : "Macro processor for creating static HTML pages",
"author" : [
"Moritz Lenz"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.4218",
"license" : [
"artistic_2"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
---
abstract: 'Macro processor for creating static HTML pages'
author:
- 'Moritz Lenz'
build_requires: {}
configure_requires:
Module::Build: '0.42'
dynamic_config: 1
generated_by: 'Module::Build version 0.4218, CPAN::Meta::Converter version 2.150001'
license: artistic_2
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
script/mowyw view on Meta::CPAN
($App::Mowyw::config{per_fn}, $App::Mowyw::config{file_filter}) = get_config();
#use Data::Dumper;
#print Dumper $App::Mowyw::config{file_filter};
parse_all_in_dir($App::Mowyw::config{default}{source});
__END__
=head1 NAME
mowyw - Macro processor and Offline Content Management System
=head1 SYNOPSIS
$ mowyw
$ mowyw --make --source-prefix sp --destination-prefix dp --menu-prefix mp
--includes-prefix=ip --postifx=.html --quiet
=head1 DESCRIPTION
mowyw is a text processor for building static websites. It supports includes,
( run in 0.287 second using v1.01-cache-2.11-cpan-fd5d4e115d8 )