tokuhirom / Minilla

Authorizing tool for CPAN modules
https://metacpan.org/release/Minilla
Other
98 stars 65 forks source link

Fix for git 2.38.1 or higher versions #323

Closed syohex closed 2 years ago

syohex commented 2 years ago

Since git 2.38.1, cloning from local file is disabled by default for security issue. This makes tests fail. So set 'protocol.file.allow=always' for avoiding this issue.

And move 'git_submodule_add' utility function to 't/Util.t' because it is used only from test code.

Reference

syohex commented 2 years ago

Thank you for reviewing