Manual.md: build_style perl -> perl-module

This commit is contained in:
Michael Gehring 2016-03-22 01:39:01 +01:00
parent 25531a4d01
commit 1414b8becf
1 changed files with 1 additions and 1 deletions

View File

@ -600,7 +600,7 @@ Additional install arguments can be specified via `make_install_args`.
- `perl-ModuleBuild` For packages that use the Perl
[Module::Build](http://search.cpan.org/~leont/Module-Build-0.4202/lib/Module/Build.pm) method.
- `perl` For packages that use the Perl
- `perl-module` For packages that use the Perl
[ExtUtils::MakeMaker](http://perldoc.perl.org/ExtUtils/MakeMaker.html) build method.
- `python-module` For packages that use the Python module build method (setup.py).