NAME
Dist::Zilla::Plugin::PPPort - PPPort for Dist::Zilla
VERSION
version 0.010
SYNOPSIS
In your dist.ini
[PPPort]
filename = ppport.h ;default
DESCRIPTION
This module adds a PPPort file to your distribution. By default it's called ppport.h
, but you can name differently.
ATTRIBUTES
style
This affects the default value for the filename
attribute. It must be either MakeMaker
or ModuleBuild
, the former being the default.
filename
The filename of the ppport file. It defaults to ppport.h if style
is MakeMaker
, and something module specific if style
is Module::Build
.
version
This describes the minimal version of Devel::PPPort required for this module. It currently defaults to 3.23
.
override
If this is set to a positive value, the module will prune any preexisting $filename.
AUTHOR
Leon Timmermans <leont@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Leon Timmermans.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.