Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: On Windows, With StrawberryPerl, Module::Build::Tiny fails to install a module

by ikegami (Patriarch)
on Jun 17, 2025 at 10:18 UTC ( [id://11165415]=note: print w/replies, xml ) Need Help??


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

That's because

Build --verbose anything
is treated as
Build --verbose

Demo:

Readonly-2.05>perl Build.PL Creating new 'Build' script for 'Readonly' version '2.05' Readonly-2.05>Build --verbose install cp lib/Readonly.pm blib\lib\Readonly.pm mkdir blib\arch Readonly-2.05>Build --verbose install Skip blib\lib\Readonly.pm (unchanged) Readonly-2.05>Build clean Readonly-2.05>perl Build.PL Creating new 'Build' script for 'Readonly' version '2.05' Readonly-2.05>Build --verbose cp lib/Readonly.pm blib\lib\Readonly.pm mkdir blib\arch Readonly-2.05>Build --verbose Skip blib\lib\Readonly.pm (unchanged) Readonly-2.05>Build clean Readonly-2.05>perl Build.PL Creating new 'Build' script for 'Readonly' version '2.05' Readonly-2.05>Build cp lib/Readonly.pm blib\lib\Readonly.pm Readonly-2.05>Build Skip blib\lib\Readonly.pm (unchanged)

One should use Build install --verbose

Readonly-2.05>Build install --verbose Skipping C:\progs\SP5038~1\perl\site\lib\Readonly.pm (unchanged) Writing C:\progs\SP5038~1\perl\site\lib\auto\Readonly\.packlist

It's skipping the install because it's already installed from an earlier attempt, but you can see it's installing this time.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11165415]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (2)
As of 2025-07-20 13:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.