in reply to On Windows, With StrawberryPerl, Module::Build::Tiny fails to install a module
I can reproduce that.C:\Users\somia\build\strawberry-perl\Readonly-2.05-0>.\Build --verbose + test Skip blib\lib\Readonly.pm (unchanged)
Note that .\Build install will exit silently if Readonly.pm is already installed.D:\s\Readonly-2.05>.\Build cp lib/Readonly.pm blib\lib\Readonly.pm D:\s\Readonly-2.05>.\Build --verbose test Skip blib\lib\Readonly.pm (unchanged) D:\s\Readonly-2.05>.\Build test t/bugs/001_assign.t .......... ok t/bugs/007_implicit_undef.t .. ok t/general/array.t ............ ok t/general/clone.t ............ ok t/general/deepa.t ............ ok t/general/deeph.t ............ ok t/general/deeps.t ............ ok t/general/docs.t ............. ok t/general/export.t ........... ok t/general/hash.t ............. ok t/general/readonly.t ......... ok t/general/reassign.t ......... ok t/general/scalar.t ........... ok t/general/tie.t .............. ok All tests successful. Files=14, Tests=188, 2 wallclock secs ( 0.03 usr + 0.00 sys = 0.03 +CPU) Result: PASS D:\s\Readonly-2.05>.\Build --verbose install Skip blib\lib\Readonly.pm (unchanged) D:\s\Readonly-2.05>.\Build install Installing C:\sp\_64\sp-5.40.0.1-PDL\perl\site\lib\Readonly.pm D:\s\Readonly-2.05>.\Build install D:\s\Readonly-2.05>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
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 |