in reply to Re^3: create-modulino.pl appears in a CPAN module Makefile.PL, and nukes the install retval
in thread create-modulino.pl appears in a CPAN module Makefile.PL, and nukes the install retval
When I look at an example from the testers, like this one, I do notice that it says "Output from 'C:\Strawberry\c\bin\gmake.exe test':" -- that is, I don't think that the automated testers necessarily do the gmake install -- they might just do the gmake test ... in which case, they wouldn't see the gmake install failure, and thus wouldn't report that failure. I am not confident that seeing passing mswin32 entries necessarily implies that the install step is setup in a portable manner.
Digging into the Makefile.PL, if the file postamble exists, it includes that file as part of the generated Makefile ... and since the distro comes with https://metacpan.org/release/BIGFOOT/Module-ScanDeps-Static-1.7.6/source/postamble , and I don't see anything in the process that would try to delete it, I think they just hardcoded the sh-based assumption for the install step, and didn't even try to be portable.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: create-modulino.pl appears in a CPAN module Makefile.PL, and nukes the install retval
by choroba (Cardinal) on Sep 25, 2025 at 19:25 UTC | |
Re^5: create-modulino.pl appears in a CPAN module Makefile.PL, and nukes the install retval
by syphilis (Archbishop) on Sep 26, 2025 at 02:03 UTC | |
Re^5: create-modulino.pl appears in a CPAN module Makefile.PL, and nukes the install retval
by Intrepid (Curate) on Sep 27, 2025 at 17:34 UTC | |
by pryrt (Abbot) on Sep 27, 2025 at 19:37 UTC | |
by Intrepid (Curate) on Sep 28, 2025 at 01:06 UTC |