clearlinux / clr-bundles

Bundle definitions for Clear Linux OS
112 stars 54 forks source link

`git send-email` depends on perl modules from `perl-extras` #211

Open catleeball opened 3 years ago

catleeball commented 3 years ago

Somewhat related to bug #189 :

It looks like git's send-email command will fail if the git bundle is installed without perl-extras. In particular, it requires the following Perl modules:

Without the above, git send-email --smtp-debug=1 will fail with an error like this:

Need MIME::Base64 and Authen::SASL todo auth at /usr/libexec/git-core/git-send-email line 1573.

This was observed with:

If you'd like more debugging info, please let me know. Thanks!