tokuhirom / Minilla

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

resources in minil.toml #249

Open icklekitten opened 6 years ago

icklekitten commented 6 years ago

for issue #247

skaji commented 6 years ago

homepage can be already set in top-level minil.toml. https://github.com/tokuhirom/Minilla/blob/master/lib/Minilla/Project.pm#L539

So I think bugtracker should be set in top-level minil.toml too (not under resources section).

name = "Foo"
module_maker = "ModuleBuildTiny"
homepage = "https://homepage.example.com"
bugtracker = "https://bug.example.com"
skaji commented 6 years ago

And could you add documentation about homepage and bugtracker?

icklekitten commented 6 years ago

Where to document it? Most of minil.toml doesn't seem documented.

GeJ commented 6 years ago

Look at the CONFIGURATION section in lib/Minilla.pm

icklekitten commented 6 years ago

Oh. I was looking in Tutorial.pod.

smonff commented 3 years ago

What makes impossible to release this? It would be very handy to have this feature with all the forges based on Gitea in those days.