From 1454de2b97b1f4a4eac16aaab418d2faee049351 Mon Sep 17 00:00:00 2001 From: Leon Timmermans Date: Mon, 20 Jul 2015 11:18:10 +0200 Subject: [PATCH] Split PERL_MB_OPT as on Unix --- lib/CPAN/API/BuildPL.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CPAN/API/BuildPL.pm b/lib/CPAN/API/BuildPL.pm index 4f99173..1de7921 100644 --- a/lib/CPAN/API/BuildPL.pm +++ b/lib/CPAN/API/BuildPL.pm @@ -152,7 +152,7 @@ Initial thoughts: * PERL_MB_OPT -- provides option as if they were specified on the command line to Build.PL or any Build action, but with precedence lower than actual command line options . The string *must* be split on whitespace -as the shell would and the result prepended to any actual command-line +as a Unix shell would and the result prepended to any actual command-line arguments in {@ARGV} =end wikidoc