The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Dist::Maker::Command::config - Manages config data

SYNOPSIS

$ dim config --dump # or -l

# import user.name and user.email from ~/.gitconfig
$ dim config --import-from-gitconfig

# set config variables
$ dim config user.name  A.U.Thor
$ dim config user.email author@cpan.org