-
-
13 Sep 2021 02:33:13 UTC
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (0)
- Testers (0 / 0 / 1)
- Kwalitee
Bus factor: 1- 37.18% Coverage
- License: perl_5
- Perl: v5.14.0
- Activity
24 month- Tools
- Download (73.37KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- James E Keenan (jkeenan@cpan.org)
- Dependencies
- Carp
- Cwd
- Data::Dumper
- Digest::MD5
- ExtUtils::MakeMaker
- File::Copy
- File::Spec
- File::Temp
- Getopt::Long
- List::Util
- strict
- warnings
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 0.20
- Devel::Git::MultiBisect::Opts: introduce attributes 'compiler' and 'probe'. These will enable us to write programs in which all parameters needed for any of the three variants of 'probe' in BuildTransitions.pm can be supplied via command-line switches; see xt/identify-build-transitions.
- In programs using Devel::Git::MultiBisect::BuildTransitions, the value for 'probe' should now be provided in the list of arguments passed to new() rather than in a hashref passed to multisect_builds(). The latter approach is deprecated and will be removed in early 2022. The new approach enables us to pass all essential arguments as command-line switches.
- Introduce helper function Devel::Git::MultiBisect::Auxiliary::write_transitions_report.
Modules
Study build and test output over a range of git commitsGather test output over an entire range of git commitsHelper functions for Devel::Git::MultiBisectGather build-time output where it changes over a range of git commitsInitializer for Devel::Git::MultiBisectPrepare parameters for Devel::Git::MultiBisectGather test output where it changes over a range of git commitsExamples
Other files
Module Install Instructions
To install Devel::Git::MultiBisect, copy and paste the appropriate command in to your terminal.
cpanm Devel::Git::MultiBisect
perl -MCPAN -e shell install Devel::Git::MultiBisect
For more information on module installation, please visit the detailed CPAN module installation guide.