Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git does not include the Perl git module #379

Closed
jhuntwork opened this issue Sep 17, 2021 · 0 comments · Fixed by #448
Closed

git does not include the Perl git module #379

jhuntwork opened this issue Sep 17, 2021 · 0 comments · Fixed by #448
Labels

Comments

@jhuntwork
Copy link
Owner

Describe the bug
The git package does not include the Git.pm perl module, so certain git commands fail.

To Reproduce

$ git add -p
Can't locate Git.pm in @INC (you may need to install the Git module) (@INC contains: /usr/share/perl5 /usr/lib/perl5/site_perl/5.32.1/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.32.1 /usr/lib/perl5/vendor_perl/5.32.1/x86_64-linux /usr/lib/perl5/vendor_perl/5.32.1 /usr/lib/perl5/5.32.1/x86_64-linux /usr/lib/perl5/5.32.1) at /usr/lib/git-core/git-add--interactive line 8.
BEGIN failed--compilation aborted at /usr/lib/git-core/git-add--interactive line 8
@jhuntwork jhuntwork added the Bug label Sep 17, 2021
jhuntwork added a commit that referenced this issue Sep 25, 2022
Also add the Git perl module. Fixes #379
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant