From 5e40045d030c851201cee796d852256907bf7de2 Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Tue, 27 Sep 2022 21:58:56 +0200 Subject: [PATCH] config/cpan: add --- .config/cpan/MyConfig.pm | 74 ++++++++++++++++++++++++++++++++++++++++ .config/yadm/bootstrap | 1 + 2 files changed, 75 insertions(+) create mode 100644 .config/cpan/MyConfig.pm diff --git a/.config/cpan/MyConfig.pm b/.config/cpan/MyConfig.pm new file mode 100644 index 0000000..4677ffc --- /dev/null +++ b/.config/cpan/MyConfig.pm @@ -0,0 +1,74 @@ + +$CPAN::Config = { + 'allow_installing_module_downgrades' => q[ask/no], + 'allow_installing_outdated_dists' => q[ask/no], + 'applypatch' => q[], + 'auto_commit' => q[1], + 'build_cache' => q[100], + 'build_dir' => q[/home/janek/.local/cache/cpan/build], + 'build_dir_reuse' => q[1], + 'build_requires_install_policy' => q[yes], + 'bzip2' => q[/usr/bin/bzip2], + 'cache_metadata' => q[1], + 'check_sigs' => q[0], + 'cleanup_after_install' => q[0], + 'commandnumber_in_prompt' => q[1], + 'connect_to_internet_ok' => q[1], + 'cpan_home' => q[/home/janek/.local/cache/cpan], + 'ftp_passive' => q[1], + 'ftp_proxy' => q[], + 'getcwd' => q[cwd], + 'gpg' => q[/usr/bin/gpg], + 'gzip' => q[/usr/bin/gzip], + 'halt_on_failure' => q[0], + 'histfile' => q[/home/janek/.local/cache/cpan/histfile], + 'histsize' => q[100], + 'http_proxy' => q[], + 'inactivity_timeout' => q[0], + 'index_expire' => q[3], + 'inhibit_startup_message' => q[0], + 'keep_source_where' => q[/home/janek/.local/state/cpan/sources], + 'load_module_verbosity' => q[none], + 'make' => q[/usr/bin/make], + 'make_arg' => q[], + 'make_install_arg' => q[], + 'make_install_make_command' => q[/usr/bin/make], + 'makepl_arg' => q[INSTALLDIRS=site], + 'mbuild_arg' => q[], + 'mbuild_install_arg' => q[], + 'mbuild_install_build_command' => q[./Build], + 'mbuildpl_arg' => q[installdirs=site], + 'no_proxy' => q[], + 'pager' => q[less], + 'patch' => q[/usr/bin/patch], + 'perl5lib_verbosity' => q[none], + 'plugin_list' => [], + 'prefer_external_tar' => q[1], + 'prefer_installer' => q[MB], + 'prefs_dir' => q[/home/janek/.config/cpan], + 'prerequisites_policy' => q[follow], + 'pushy_https' => q[1], + 'recommends_policy' => q[1], + 'scan_cache' => q[atstart], + 'shell' => q[/usr/bin/zsh], + 'show_unparsable_versions' => q[0], + 'show_upload_date' => q[0], + 'show_zero_versions' => q[0], + 'suggests_policy' => q[0], + 'tar' => q[/usr/bin/tar], + 'tar_verbosity' => q[none], + 'term_is_latin' => q[1], + 'term_ornaments' => q[1], + 'test_report' => q[0], + 'trust_test_report_history' => q[0], + 'unzip' => q[/usr/bin/unzip], + 'urllist' => [q[http://www.cpan.org/]], + 'use_prompt_default' => q[0], + 'use_sqlite' => q[0], + 'version_timeout' => q[15], + 'wget' => q[/usr/bin/wget], + 'yaml_load_code' => q[0], + 'yaml_module' => q[YAML], +}; +1; +__END__ diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap index e0b01a7..d9e788b 100755 --- a/.config/yadm/bootstrap +++ b/.config/yadm/bootstrap @@ -121,6 +121,7 @@ highlight "Desktop Applications" subhighlight "Application symlinks" link .bash_aliases "$HOME/.bashrc" link "$HOME/.ssh/config" "$XDG_CONFIG_HOME/ssh" +link "$XDG_DATA_HOME/.cpan/CPAN/MyConfig.pm" "$XDG_CONFIG_HOME/cpan/MyConfig.pm" link "$XDG_STATE_HOME/gradle/gradle.properties" "$XDG_CONFIG_HOME/gradle.properties" link "$XDG_DATA_HOME/applications/signal-tray.desktop" "$XDG_CONFIG_HOME/autostart/"