tokuhirom / Minilla

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

allow setting `homepage` and `bugtracker` in minil.toml #247

Open icklekitten opened 6 years ago

icklekitten commented 6 years ago

Minilla assumes I want to use github as bug tracker and homepage in META.json.

I don't.

Maybe there is already an option for this, but I cannot find it in documentation or source code.

skaji commented 6 years ago

patches welcome.

icklekitten commented 6 years ago

Should be pretty easy for me to write patch.

Forked project and installed dependencies but a lot of the test cases fail. Mostly it's this error:

You need to set user.email in git config.

But I did set user.email in git config already.

icklekitten commented 6 years ago

Oh, works if I use --global for config.