in reply to Re: On Windows, With StrawberryPerl, Module::Build::Tiny fails to install a module
in thread On Windows, With StrawberryPerl, Module::Build::Tiny fails to install a module

While your solution is correct, your explanation isn't.

If it was the problem that test is absorbed as a value for --verbose, then Build --verbose=1 test would work.

The actual problem appears to be the order of the arguments, which I already mentioned.

Replies are listed 'Best First'.
Re^3: On Windows, With StrawberryPerl, Module::Build::Tiny fails to install a module
by Leon Timmermans (Acolyte) on Jun 17, 2025 at 22:56 UTC
    You are right, there is also an ordering issue. I could fix that, though the Build.PL spec only requires the current order. I'm not sure yet if I should change this. Also, in general people should pass their options in the configuration stage anyway.