From 1414b8becfef41af795ba679a9689ff3fc8bcef4 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 22 Mar 2016 01:39:01 +0100 Subject: [PATCH] Manual.md: build_style perl -> perl-module --- Manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Manual.md b/Manual.md index d2af45acc49..0726dc42293 100644 --- a/Manual.md +++ b/Manual.md @@ -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).