The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Dist::Zilla::Plugin::ACPS::RPM - RPM Dist::Zilla plugin for ACPS

VERSION

version 0.30

SYNOPSIS

 [ACPS::RPM]
 ; spec_template = foo.spec.tt ; by default this is pulled @ACPS
 ; prefer_make_maker = 1       ; default is 0, set to 1 to use MakeMaker instead of Module::Build
 ; filter_requires = '^perl(Filter::Module)$' ; specify requires which should be filtered out.

DESCRIPTION

This builds rpms for the ACPS environment.

OPTIONS

spec_template

The TT2 template for generating the spec file. If not specified on that comes bundled with @ACPS is used.

prefer_make_maker

This generates a spec file which prefers MakeMaker over Moduke::Build.

filter_requires

Specify requirements to filter out. May be specified multiple times.

AUTHOR

Graham Ollis <gollis@sesda3.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by NASA GSFC.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.