0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 19, 2025 — Aug 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
*** empty log message *** More... over 23 years ago
*** empty log message *** More... over 23 years ago
Add a base_dir() method More... over 23 years ago
Run a test to make sure M::B was loaded from the right place More... over 23 years ago
Make sure Sample/ can see Module::Build for 'test' and 'disttest'. More... over 23 years ago
Move some stuff into common.pl More... over 23 years ago
Move some common functionality into its own script More... over 23 years ago
*** empty log message *** 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. More... over 23 years ago
*** empty log message *** More... over 23 years ago
Add File::Compare to list of dependencies. More... over 23 years ago
No need for dynamic_config, I think More... over 23 years ago
*** empty log message *** More... over 23 years ago
Use YAML::Node to get the order nice in the YAML file More... over 23 years ago
Don't gratuitously delete 'dist_version_from' and 'module_name' data members. More... over 23 years ago
Mark stuff that requires ToolServer More... over 23 years ago
Override make_executable() instead of make_build_script_executable(). More... over 23 years ago
Add the known_actions() method, used by the 'help' action. More... over 23 years ago
Turn "use lib qw(lib);" into something that works with MacPerl. More... over 23 years ago
Don't 'use blib;' because it doesn't work on MacOS. Just push @INC. More... over 23 years ago
Make sure Module::Build was loaded from blib/ More... over 23 years ago
Some fixes for MacOS from Schwern: More... over 23 years ago
copy_if_modified() uses up_to_date() to check timestamps More... over 23 years ago
Fix quoting typo More... over 23 years ago
Can indeed get xsubpp working without backticks - worth it? More... over 23 years ago
Require a really new ExtUtils::Install on MacOS More... over 23 years ago
*** empty log message *** 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. More... over 23 years ago
*** empty log message *** 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. More... over 23 years ago