Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pull in updates from Module::Build::Tiny #669

Merged
merged 1 commit into from
Sep 28, 2023

Conversation

skaji
Copy link
Contributor

@skaji skaji commented Sep 28, 2023

Fix #668

Module::Build::Tiny 0.047 contains the fix for #688
https://metacpan.org/release/LEONT/Module-Build-Tiny-0.047
Perl-Toolchain-Gang/module-build-tiny@4355fbc

This PR pulls in the updates to our static builder Menlo::Builder::Static.


I confirmed that, with this change, cpanm correctly copies script and share files to blib on perl 5.16:

❯ perl -I/Users/skaji/src/github.com/miyagawa/cpanminus/Menlo/lib -MMenlo::CLI::Compat  -e 'my $app = Menlo::CLI::Compat->new; $app->parse_options(@ARGV); $app->run;' -- --verbose --test-only RDF::NS
cpanm (Menlo) 1.9019 on perl 5.016003 built for darwin-2level
...
Building and testing RDF-NS-20230619 ... cp lib/RDF/NS/Trine.pm blib/lib/RDF/NS/Trine.pm
cp script/rdfns blib/script/rdfns
cp lib/RDF/NS.pm blib/lib/RDF/NS.pm
cp lib/RDF/SN.pm blib/lib/RDF/SN.pm
cp lib/App/rdfns.pm blib/lib/App/rdfns.pm
cp lib/RDF/NS/URIS.pm blib/lib/RDF/NS/URIS.pm
cp share/prefix.cc blib/lib/auto/share/dist/RDF-NS/prefix.cc
...

@miyagawa
Copy link
Owner

Thank you!

@miyagawa miyagawa merged commit 68061bf into miyagawa:devel Sep 28, 2023
3 checks passed
garu pushed a commit to CPAN-Security/cpanminus that referenced this pull request Apr 26, 2024
pull in updates from Module::Build::Tiny
garu pushed a commit to CPAN-Security/cpanminus that referenced this pull request Apr 26, 2024
pull in updates from Module::Build::Tiny
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Menlo::CLI::Compat: x_static_install opt in regression between Perl 5.16 and 5.18
2 participants