Devel::Git::MultiBisect::Opts - Prepare parameters for Devel::Git::MultiBisect
use Devel::Git::MultiBisect::Opts qw( process_options ); my $params = process_options();
This package exports on demand only one subroutine, process_options(), used to prepare parameters for Devel::Git::MultiBisect.
process_options()
process_options() takes as arguments an optional list of key-value pairs. This approach is useful in testing the subroutine but is not expected to be used otherwise.
process_options() is a wrapper around Getopt::Long::GetOptions(). It returns a reference to a hash populated with values in the following order:
Getopt::Long::GetOptions()
To install Devel::Git::MultiBisect, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Devel::Git::MultiBisect
CPAN shell
perl -MCPAN -e shell install Devel::Git::MultiBisect
For more information on module installation, please visit the detailed CPAN module installation guide.