openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
M
Module-Build
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 19, 2025 — Aug 19, 2026
Showing page 93 of 99
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
*** empty log message ***
Ken Williams
More...
over 23 years ago
*** empty log message ***
Ken Williams
More...
over 23 years ago
Add a base_dir() method
Ken Williams
More...
over 23 years ago
Run a test to make sure M::B was loaded from the right place
Ken Williams
More...
over 23 years ago
Make sure Sample/ can see Module::Build for 'test' and 'disttest'.
Ken Williams
More...
over 23 years ago
Move some stuff into common.pl
Ken Williams
More...
over 23 years ago
Move some common functionality into its own script
Ken Williams
More...
over 23 years ago
*** empty log message ***
Ken Williams
More...
over 23 years ago
Create a new compile_xs() method that turns a .xs file into a .c file. This can use the new ExtUtils::ParseXS module if it's installed.
Ken Williams
More...
over 23 years ago
*** empty log message ***
Ken Williams
More...
over 23 years ago
Add File::Compare to list of dependencies.
Ken Williams
More...
over 23 years ago
No need for dynamic_config, I think
Ken Williams
More...
over 23 years ago
*** empty log message ***
Ken Williams
More...
over 23 years ago
Use YAML::Node to get the order nice in the YAML file
Ken Williams
More...
over 23 years ago
Don't gratuitously delete 'dist_version_from' and 'module_name' data members.
Ken Williams
More...
over 23 years ago
Mark stuff that requires ToolServer
Ken Williams
More...
over 23 years ago
Override make_executable() instead of make_build_script_executable().
Ken Williams
More...
over 23 years ago
Add the known_actions() method, used by the 'help' action.
Ken Williams
More...
over 23 years ago
Turn "use lib qw(lib);" into something that works with MacPerl.
Ken Williams
More...
over 23 years ago
Don't 'use blib;' because it doesn't work on MacOS. Just push @INC.
Ken Williams
More...
over 23 years ago
Make sure Module::Build was loaded from blib/
Ken Williams
More...
over 23 years ago
Some fixes for MacOS from Schwern:
Ken Williams
More...
over 23 years ago
copy_if_modified() uses up_to_date() to check timestamps
Ken Williams
More...
over 23 years ago
Fix quoting typo
Ken Williams
More...
over 23 years ago
Can indeed get xsubpp working without backticks - worth it?
Ken Williams
More...
over 23 years ago
Require a really new ExtUtils::Install on MacOS
Ken Williams
More...
over 23 years ago
*** empty log message ***
Ken Williams
More...
over 23 years ago
delete_filetree() now always uses File::Path::rmtree(), regardless of whether the thing being deleted is a file or a directory. This helps remove things on obscure platforms with strange locking rules (or even not so obscure ones like MacOS). It also now reports the number of files or directories (without counting their contents) deleted.
Ken Williams
More...
over 23 years ago
*** empty log message ***
Ken Williams
More...
over 23 years ago
Added a 'diff' action, which is useful for comparing the details of what you're about to install with what is already installed on your system. This uses File::Compare, which is in the core.
Ken Williams
More...
over 23 years ago
←
1
2
…
89
90
91
92
93
94
95
96
97
98
99
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree